#AF33C6

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

Shades of Dark Orchid #AF33C6

Tints of Dark Orchid #AF33C6

Color information

#AF33C6 (or 0xAF33C6) is unknown color: approx Dark Orchid. HEX triplet: AF, 33 and C6. RGB value is (175,51,198). Sum of RGB (Red+Green+Blue) = 175+51+198=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF33C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33C6 is #50CC39. Grayscale: #686868. Windows color (decimal): -5295162 or 12989359. OLE color: 12989359.

HSL color Cylindrical-coordinate representation of color #AF33C6: hue angle of 290.61º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF33C6 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17551198-
CMYK0.120.7400.22
HSL290.61º59.04%48.82%-
HSV(B)290.61º74.24%77.65%-
XYZ29.0615.5654.9-
YUV104.83180.58178.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 51 (20.31% from 255) = 12.03%
BLUE value IS 198 (77.73% from 255) = 46.70%
R=41.27%
G=12.03%
B=46.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175511980.120.7400.22290.6159.0448.82
HexAF33C6C4A0161233b31
Octal25763306141120264437361
Binary101011111100111100011011001001010010110100100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33C6; }

 p { color: rgb(175,51,198); }

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

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

 a { background-color: rgb(175,51,198); }

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

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

 span { border-color: rgb(175,51,198); }

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