#AF21D8

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

Shades of Dark Orchid #AF21D8

Tints of Dark Orchid #AF21D8

Color information

#AF21D8 (or 0xAF21D8) is unknown color: approx Dark Orchid. HEX triplet: AF, 21 and D8. RGB value is (175,33,216). Sum of RGB (Red+Green+Blue) = 175+33+216=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF21D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21D8 is #50DE27. Grayscale: #5F5F5F. Windows color (decimal): -5299752 or 14164399. OLE color: 14164399.

HSL color Cylindrical-coordinate representation of color #AF21D8: hue angle of 286.56º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF21D8 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17533216-
CMYK0.190.8500.15
HSL286.56º73.49%48.82%-
HSV(B)286.56º84.72%84.71%-
XYZ30.6215.1666.28-
YUV96.32195.54184.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 33 (13.28% from 255) = 7.78%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=41.27%
G=7.78%
B=50.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175332160.190.8500.15286.5673.4948.82
HexAF21D813550F11f4931
Octal257413302312501743711161
Binary1010111110000111011000100111010101011111000111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF21D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF21D8; }

 p { color: rgb(175,33,216); }

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

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

 a { background-color: rgb(175,33,216); }

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

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

 span { border-color: rgb(175,33,216); }

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