Html Css Color HEX #A129AD Dark Orchid

📋 copy color: '#A129AD'

red 161 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #A129AD

Tints of Dark Orchid #A129AD

RGB

 RED value IS 161 (63.28% from 255) = 42.93%

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

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

R = 42.93%
G = 10.93%
B = 46.13%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A129AD (or 0xA129AD) is known color: Dark Orchid. HEX triplet: A1, 29 and AD. RGB value is (161,41,173). Sum of RGB (Red+Green+Blue) = 161+41+173=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A129AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AD is #5ED652. Grayscale: #5B5B5B. Windows color (decimal): -6215251 or 11348385. OLE color: 11348385.

HSL color Cylindrical-coordinate representation of color #A129AD: hue angle of 294.55º 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 #A129AD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 41 173 -
CMYK 0.07 0.76 0 0.32
HSL 294.55º 0.62% 0.42% -
HSV(B) 294.55º 0.76% 0.68% -
XYZ 23.03 12.18 40.67 -
YUV 91.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 161 41 173 0.07 0.76 0 0.32 294.55 0.62 0.42
Hex A1 29 AD 7 4C 0 20 127 3E 2A
Octal 241 51 255 7 114 0 40 447 76 52
Binary 10100001 101001 10101101 111 1001100 0 100000 100100111 111110 101010

Color Harmonies of #A129AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129AD

Black with #A129AD

Text Example


Text Example

White with #A129AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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