#AF2BAD

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

Shades of Dark Orchid #AF2BAD

Tints of Dark Orchid #AF2BAD

Color information

#AF2BAD (or 0xAF2BAD) is unknown color: approx Dark Orchid. HEX triplet: AF, 2B and AD. RGB value is (175,43,173). Sum of RGB (Red+Green+Blue) = 175+43+173=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2BAD is #50D452. Grayscale: #606060. Windows color (decimal): -5297235 or 11348911. OLE color: 11348911.

HSL color Cylindrical-coordinate representation of color #AF2BAD: hue angle of 300.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2BAD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17543173-
CMYK00.750.010.31
HSL300.91º60.55%42.75%-
HSV(B)300.91º75.43%68.63%-
XYZ26.0913.8640.84-
YUV97.29170.73183.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=44.76%
G=11.00%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754317300.750.010.31300.9160.5542.75
HexAF2BAD04B11F12d3d2b
Octal2575325501131374557553
Binary101011111010111010110101001011111111100101101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2BAD; }

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

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

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

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

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

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

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

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