#A129CA

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

Shades of Dark Orchid #A129CA

Tints of Dark Orchid #A129CA

Color information

#A129CA (or 0xA129CA) is unknown color: approx Dark Orchid. HEX triplet: A1, 29 and CA. RGB value is (161,41,202). Sum of RGB (Red+Green+Blue) = 161+41+202=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #A129CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129CA is #5ED635. Grayscale: #5E5E5E. Windows color (decimal): -6215222 or 13248929. OLE color: 13248929.

HSL color Cylindrical-coordinate representation of color #A129CA: hue angle of 284.72º 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 #A129CA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16141202-
CMYK0.200.8000.21
HSL284.72º66.26%47.65%-
HSV(B)284.72º79.7%79.22%-
XYZ26.1513.4357.09-
YUV95.23188.26174.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 202 (79.30% from 255) = 50%
R=39.85%
G=10.15%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161412020.200.8000.21284.7266.2647.65
HexA129CA145001511d4230
Octal241513122412002543510260
Binary10100001101001110010101010010100000101011000111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A129CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A129CA; }

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

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

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

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

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

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

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

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