Html Css Color HEX #A429AD Dark Orchid

📋 copy color: '#A429AD'

red 164 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #A429AD

Tints of Dark Orchid #A429AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 43.39%
G = 10.85%
B = 45.77%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A429AD (or 0xA429AD) is known color: Dark Orchid. HEX triplet: A4, 29 and AD. RGB value is (164,41,173). Sum of RGB (Red+Green+Blue) = 164+41+173=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A429AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429AD is #5BD652. Grayscale: #5C5C5C. Windows color (decimal): -6018643 or 11348388. OLE color: 11348388.

HSL color Cylindrical-coordinate representation of color #A429AD: hue angle of 295.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A429AD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 41 173 -
CMYK 0.05 0.76 0 0.32
HSL 295.91º 0.62% 0.42% -
HSV(B) 295.91º 0.76% 0.68% -
XYZ 23.65 12.5 40.7 -
YUV 92.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 164 41 173 0.05 0.76 0 0.32 295.91 0.62 0.42
Hex A4 29 AD 5 4C 0 20 128 3E 2A
Octal 244 51 255 5 114 0 40 450 76 52
Binary 10100100 101001 10101101 101 1001100 0 100000 100101000 111110 101010

Color Harmonies of #A429AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429AD

Black with #A429AD

Text Example


Text Example

White with #A429AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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