#AF2FB5

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

Shades of Dark Orchid #AF2FB5

Tints of Dark Orchid #AF2FB5

Color information

#AF2FB5 (or 0xAF2FB5) is unknown color: approx Dark Orchid. HEX triplet: AF, 2F and B5. RGB value is (175,47,181). Sum of RGB (Red+Green+Blue) = 175+47+181=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF2FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FB5 is #50D04A. Grayscale: #646464. Windows color (decimal): -5296203 or 11874223. OLE color: 11874223.

HSL color Cylindrical-coordinate representation of color #AF2FB5: hue angle of 297.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2FB5 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17547181-
CMYK0.030.7400.29
HSL297.31º58.77%44.71%-
HSV(B)297.31º74.03%70.98%-
XYZ27.0414.4845.09-
YUV100.55173.41181.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=43.42%
G=11.66%
B=44.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175471810.030.7400.29297.3158.7744.71
HexAF2FB534A01D1293b2d
Octal2575726531120354517355
Binary1010111110111110110101111001010011101100101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2FB5; }

 p { color: rgb(175,47,181); }

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

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

 a { background-color: rgb(175,47,181); }

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

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

 span { border-color: rgb(175,47,181); }

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