Html Css Color HEX #A429AA Dark Orchid

📋 copy color: '#A429AA'

red 164 ◦ green 41 ◦ blue 170

#A429AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A429AA

Tints of Dark Orchid #A429AA

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 43.73%
G = 10.93%
B = 45.33%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A429AA (or 0xA429AA) is known color: Dark Orchid. HEX triplet: A4, 29 and AA. RGB value is (164,41,170). Sum of RGB (Red+Green+Blue) = 164+41+170=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A429AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429AA is #5BD655. Grayscale: #5C5C5C. Windows color (decimal): -6018646 or 11151780. OLE color: 11151780.

HSL color Cylindrical-coordinate representation of color #A429AA: hue angle of 297.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A429AA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 41 170 -
CMYK 0.04 0.76 0 0.33
HSL 297.21º 0.61% 0.41% -
HSV(B) 297.21º 0.76% 0.67% -
XYZ 23.36 12.38 39.19 -
YUV 92.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 164 41 170 0.04 0.76 0 0.33 297.21 0.61 0.41
Hex A4 29 AA 4 4C 0 21 129 3D 29
Octal 244 51 252 4 114 0 41 451 75 51
Binary 10100100 101001 10101010 100 1001100 0 100001 100101001 111101 101001

Color Harmonies of #A429AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429AA

Black with #A429AA

Text Example


Text Example

White with #A429AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429AA; }

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

 H1.HeaderClassName
 {
   color: #A429AA;
 }
 .AnyTagClassName
 {
   color: #A429AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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