#AF29BD

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

Shades of Dark Orchid #AF29BD

Tints of Dark Orchid #AF29BD

Color information

#AF29BD (or 0xAF29BD) is unknown color: approx Dark Orchid. HEX triplet: AF, 29 and BD. RGB value is (175,41,189). Sum of RGB (Red+Green+Blue) = 175+41+189=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF29BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29BD is #50D642. Grayscale: #616161. Windows color (decimal): -5297731 or 12396975. OLE color: 12396975.

HSL color Cylindrical-coordinate representation of color #AF29BD: hue angle of 294.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF29BD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17541189-
CMYK0.070.7800.26
HSL294.32º64.35%45.1%-
HSV(B)294.32º78.31%74.12%-
XYZ27.6614.3749.46-
YUV97.94179.39182.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 41 (16.41% from 255) = 10.12%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=43.21%
G=10.12%
B=46.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175411890.070.7800.26294.3264.3545.1
HexAF29BD74E01A126402d
Octal25751275711603244610055
Binary101011111010011011110111110011100110101001001101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF29BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF29BD; }

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

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

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

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

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

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

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

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