#AF20BA

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

Shades of Dark Orchid #AF20BA

Tints of Dark Orchid #AF20BA

Color information

#AF20BA (or 0xAF20BA) is unknown color: approx Dark Orchid. HEX triplet: AF, 20 and BA. RGB value is (175,32,186). Sum of RGB (Red+Green+Blue) = 175+32+186=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20BA is #50DF45. Grayscale: #5B5B5B. Windows color (decimal): -5300038 or 12198063. OLE color: 12198063.

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

Color convert

RGB17532186-
CMYK0.060.8300.27
HSL295.71º70.64%42.75%-
HSV(B)295.71º82.8%72.94%-
XYZ27.0613.6947.67-
YUV92.31180.88186.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 32 (12.89% from 255) = 8.14%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=44.53%
G=8.14%
B=47.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175321860.060.8300.27295.7170.6442.75
HexAF20BA65301B128472b
Octal25740272612303345010753
Binary101011111000001011101011010100110110111001010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF20BA; }

 p { color: rgb(175,32,186); }

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

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

 a { background-color: rgb(175,32,186); }

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

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

 span { border-color: rgb(175,32,186); }

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