#A029CC

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

Shades of Dark Orchid #A029CC

Tints of Dark Orchid #A029CC

Color information

#A029CC (or 0xA029CC) is unknown color: approx Dark Orchid. HEX triplet: A0, 29 and CC. RGB value is (160,41,204). Sum of RGB (Red+Green+Blue) = 160+41+204=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A029CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029CC is #5FD633. Grayscale: #5E5E5E. Windows color (decimal): -6280756 or 13380000. OLE color: 13380000.

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

Color convert

RGB16041204-
CMYK0.220.8000.2
HSL283.8º66.53%48.04%-
HSV(B)283.8º79.9%80%-
XYZ26.1913.4258.34-
YUV95.16189.42174.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 41 (16.41% from 255) = 10.12%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=39.51%
G=10.12%
B=50.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160412040.220.8000.2283.866.5348.04
HexA029CC165001411c4330
Octal240513142612002443410360
Binary10100000101001110011001011010100000101001000111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A029CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A029CC; }

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

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

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

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

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

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

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

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