#AF29B3

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

Shades of Dark Orchid #AF29B3

Tints of Dark Orchid #AF29B3

Color information

#AF29B3 (or 0xAF29B3) is unknown color: approx Dark Orchid. HEX triplet: AF, 29 and B3. RGB value is (175,41,179). Sum of RGB (Red+Green+Blue) = 175+41+179=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF29B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29B3 is #50D64C. Grayscale: #606060. Windows color (decimal): -5297741 or 11741615. OLE color: 11741615.

HSL color Cylindrical-coordinate representation of color #AF29B3: hue angle of 298.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF29B3 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17541179-
CMYK0.020.7700.30
HSL298.26º62.73%43.14%-
HSV(B)298.26º77.09%70.2%-
XYZ26.6113.9543.94-
YUV96.8174.39183.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 179 (70.31% from 255) = 45.32%
R=44.30%
G=10.38%
B=45.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175411790.020.7700.30298.2662.7343.14
HexAF29B324D01E12a3f2b
Octal2575126321150364527753
Binary1010111110100110110011101001101011110100101010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF29B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF29B3; }

 p { color: rgb(175,41,179); }

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

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

 a { background-color: rgb(175,41,179); }

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

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

 span { border-color: rgb(175,41,179); }

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