#af2bb6

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

Shades of Dark Orchid #AF2BB6

Tints of Dark Orchid #AF2BB6

Color information

#AF2BB6 (or 0xAF2BB6) is unknown color: approx Dark Orchid. HEX triplet: AF, 2B and B6. RGB value is (175,43,182). Sum of RGB (Red+Green+Blue) = 175+43+182=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF2BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BB6 is #50D449. Grayscale: #616161. Windows color (decimal): -5297226 or 11938735. OLE color: 11938735.

HSL color Cylindrical-coordinate representation of color #AF2BB6: hue angle of 296.98º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2BB6 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17543182-
CMYK0.040.7600.29
HSL296.98º61.78%44.12%-
HSV(B)296.98º76.37%71.37%-
XYZ26.9914.2245.58-
YUV98.31175.23182.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 43 (17.19% from 255) = 10.75%
BLUE value IS 182 (71.48% from 255) = 45.5%
R=43.75%
G=10.75%
B=45.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175431820.040.7600.29296.9861.7844.12
HexAF2BB644C01D1293e2c
Octal2575326641140354517654
Binary10101111101011101101101001001100011101100101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2bb6; }

 p { color: rgb(175,43,182); }

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

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

 a { background-color: rgb(175,43,182); }

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

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

 span { border-color: rgb(175,43,182); }

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