#AF29CA

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

Shades of Dark Orchid #AF29CA

Tints of Dark Orchid #AF29CA

Color information

#AF29CA (or 0xAF29CA) is unknown color: approx Dark Orchid. HEX triplet: AF, 29 and CA. RGB value is (175,41,202). Sum of RGB (Red+Green+Blue) = 175+41+202=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29CA is #50D635. Grayscale: #626262. Windows color (decimal): -5297718 or 13248943. OLE color: 13248943.

HSL color Cylindrical-coordinate representation of color #AF29CA: hue angle of 289.94º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29CA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17541202-
CMYK0.130.8000.21
HSL289.94º66.26%47.65%-
HSV(B)289.94º79.7%79.22%-
XYZ29.1314.9657.23-
YUV99.42185.89181.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=41.87%
G=9.81%
B=48.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175412020.130.8000.21289.9466.2647.65
HexAF29CAD500151224230
Octal257513121512002544210260
Binary1010111110100111001010110110100000101011001000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF29CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF29CA; }

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

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

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

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

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

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

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

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