#A429CC

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

Shades of Dark Orchid #A429CC

Tints of Dark Orchid #A429CC

Color information

#A429CC (or 0xA429CC) is unknown color: approx Dark Orchid. HEX triplet: A4, 29 and CC. RGB value is (164,41,204). Sum of RGB (Red+Green+Blue) = 164+41+204=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A429CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429CC is #5BD633. Grayscale: #5F5F5F. Windows color (decimal): -6018612 or 13380004. OLE color: 13380004.

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

Color convert

RGB16441204-
CMYK0.200.8000.2
HSL285.28º66.53%48.04%-
HSV(B)285.28º79.9%80%-
XYZ2713.8458.37-
YUV96.36188.75176.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 41 (16.41% from 255) = 10.02%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=40.10%
G=10.02%
B=49.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164412040.200.8000.2285.2866.5348.04
HexA429CC145001411d4330
Octal244513142412002443510360
Binary10100100101001110011001010010100000101001000111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A429CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A429CC; }

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

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

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

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

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

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

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

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