#AF2FB9

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

Shades of Dark Orchid #AF2FB9

Tints of Dark Orchid #AF2FB9

Color information

#AF2FB9 (or 0xAF2FB9) is unknown color: approx Dark Orchid. HEX triplet: AF, 2F and B9. RGB value is (175,47,185). Sum of RGB (Red+Green+Blue) = 175+47+185=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF2FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FB9 is #50D046. Grayscale: #646464. Windows color (decimal): -5296199 or 12136367. OLE color: 12136367.

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

Color convert

RGB17547185-
CMYK0.050.7500.27
HSL295.65º59.48%45.49%-
HSV(B)295.65º74.59%72.55%-
XYZ27.4514.6547.28-
YUV101175.41180.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=43.00%
G=11.55%
B=45.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175471850.050.7500.27295.6559.4845.49
HexAF2FB954B01B1283b2d
Octal2575727151130334507355
Binary10101111101111101110011011001011011011100101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2FB9; }

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

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

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

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

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

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

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

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