#AF22B9

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

Shades of Dark Orchid #AF22B9

Tints of Dark Orchid #AF22B9

Color information

#AF22B9 (or 0xAF22B9) is unknown color: approx Dark Orchid. HEX triplet: AF, 22 and B9. RGB value is (175,34,185). Sum of RGB (Red+Green+Blue) = 175+34+185=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF22B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22B9 is #50DD46. Grayscale: #5C5C5C. Windows color (decimal): -5299527 or 12133039. OLE color: 12133039.

HSL color Cylindrical-coordinate representation of color #AF22B9: hue angle of 296.03º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF22B9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17534185-
CMYK0.050.8200.27
HSL296.03º68.95%42.94%-
HSV(B)296.03º81.62%72.55%-
XYZ27.0113.7647.13-
YUV93.37179.71186.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 34 (13.67% from 255) = 8.63%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=44.42%
G=8.63%
B=46.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175341850.050.8200.27296.0368.9542.94
HexAF22B955201B128452b
Octal25742271512203345010553
Binary101011111000101011100110110100100110111001010001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF22B9; }

 p { color: rgb(175,34,185); }

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

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

 a { background-color: rgb(175,34,185); }

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

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

 span { border-color: rgb(175,34,185); }

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