#AF2BB4

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

Shades of Dark Orchid #AF2BB4

Tints of Dark Orchid #AF2BB4

Color information

#AF2BB4 (or 0xAF2BB4) is unknown color: approx Dark Orchid. HEX triplet: AF, 2B and B4. RGB value is (175,43,180). Sum of RGB (Red+Green+Blue) = 175+43+180=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF2BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BB4 is #50D44B. Grayscale: #616161. Windows color (decimal): -5297228 or 11807663. OLE color: 11807663.

HSL color Cylindrical-coordinate representation of color #AF2BB4: hue angle of 297.81º degrees, saturation: 0.61, 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 #AF2BB4 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17543180-
CMYK0.030.7600.29
HSL297.81º61.43%43.73%-
HSV(B)297.81º76.11%70.59%-
XYZ26.7814.1444.5-
YUV98.09174.23182.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=43.97%
G=10.80%
B=45.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175431800.030.7600.29297.8161.4343.73
HexAF2BB434C01D12a3d2c
Octal2575326431140354527554
Binary1010111110101110110100111001100011101100101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2BB4; }

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

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

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

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

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

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

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

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