Html Css Color HEX #A429AB Dark Orchid

📋 copy color: '#A429AB'

red 164 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #A429AB

Tints of Dark Orchid #A429AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 43.62%
G = 10.9%
B = 45.48%

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

#A429AB (or 0xA429AB) is known color: Dark Orchid. HEX triplet: A4, 29 and AB. RGB value is (164,41,171). Sum of RGB (Red+Green+Blue) = 164+41+171=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A429AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429AB is #5BD654. Grayscale: #5C5C5C. Windows color (decimal): -6018645 or 11217316. OLE color: 11217316.

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

Color convert

RGB 164 41 171 -
CMYK 0.04 0.76 0 0.33
HSL 296.77º 0.61% 0.42% -
HSV(B) 296.77º 0.76% 0.67% -
XYZ 23.45 12.42 39.69 -
YUV 92.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 164 41 171 0.04 0.76 0 0.33 296.77 0.61 0.42
Hex A4 29 AB 4 4C 0 21 129 3D 2A
Octal 244 51 253 4 114 0 41 451 75 52
Binary 10100100 101001 10101011 100 1001100 0 100001 100101001 111101 101010

Color Harmonies of #A429AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429AB

Black with #A429AB

Text Example


Text Example

White with #A429AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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