#af2dcc

Color #AF2DCC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF2DCC

Tints of Dark Orchid #AF2DCC

Color information

#AF2DCC (or 0xAF2DCC) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and CC. RGB value is (175,45,204). Sum of RGB (Red+Green+Blue) = 175+45+204=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DCC is #50D233. Grayscale: #656565. Windows color (decimal): -5296692 or 13381039. OLE color: 13381039.

HSL color Cylindrical-coordinate representation of color #AF2DCC: hue angle of 289.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DCC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17545204-
CMYK0.140.7800.2
HSL289.06º63.86%48.82%-
HSV(B)289.06º77.94%80%-
XYZ29.5215.3558.53-
YUV102185.57180.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 45 (17.97% from 255) = 10.61%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=41.27%
G=10.61%
B=48.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175452040.140.7800.2289.0663.8648.82
HexAF2DCCE4E0141214031
Octal257553141611602444110061
Binary1010111110110111001100111010011100101001001000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2dcc; }

 p { color: rgb(175,45,204); }

 H1.HeaderClassName
 {
   color: #af2dcc;
 }
 .AnyTagClassName
 {
   color: #af2dcc;
 }
</style>
background-color css

<style>
 a { background-color: #af2dcc; }

 a { background-color: rgb(175,45,204); }

 div.DivClassName
 {
   background-color: #af2dcc;
 }
 .BgClassName
 {
   background-color: #af2dcc;
 }
</style>
border-color css

<style>
 span { border-color: #af2dcc; }

 span { border-color: rgb(175,45,204); }

 td.TdClassName
 {
   border-color: #af2dcc;
 }
 .TagClassName
 {
   border-color: #af2dcc;
 }
</style>