#A129CC

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

Shades of Dark Orchid #A129CC

Tints of Dark Orchid #A129CC

Color information

#A129CC (or 0xA129CC) is unknown color: approx Dark Orchid. HEX triplet: A1, 29 and CC. RGB value is (161,41,204). Sum of RGB (Red+Green+Blue) = 161+41+204=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A129CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129CC is #5ED633. Grayscale: #5E5E5E. Windows color (decimal): -6215220 or 13380001. OLE color: 13380001.

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

Color convert

RGB16141204-
CMYK0.210.8000.2
HSL284.17º66.53%48.04%-
HSV(B)284.17º79.9%80%-
XYZ26.3913.5258.35-
YUV95.46189.26174.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 41 (16.41% from 255) = 10.10%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=39.66%
G=10.10%
B=50.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161412040.210.8000.2284.1766.5348.04
HexA129CC155001411c4330
Octal241513142512002443410360
Binary10100001101001110011001010110100000101001000111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A129CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A129CC; }

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

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

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

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

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

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

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

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