Html Css Color HEX #A129AA Dark Orchid

📋 copy color: '#A129AA'

red 161 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #A129AA

Tints of Dark Orchid #A129AA

RGB

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

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

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

R = 43.28%
G = 11.02%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A129AA (or 0xA129AA) is known color: Dark Orchid. HEX triplet: A1, 29 and AA. RGB value is (161,41,170). Sum of RGB (Red+Green+Blue) = 161+41+170=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A129AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AA is #5ED655. Grayscale: #5B5B5B. Windows color (decimal): -6215254 or 11151777. OLE color: 11151777.

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

Color convert

RGB 161 41 170 -
CMYK 0.05 0.76 0 0.33
HSL 295.81º 0.61% 0.41% -
HSV(B) 295.81º 0.76% 0.67% -
XYZ 22.75 12.07 39.16 -
YUV 91.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 161 41 170 0.05 0.76 0 0.33 295.81 0.61 0.41
Hex A1 29 AA 5 4C 0 21 128 3D 29
Octal 241 51 252 5 114 0 41 450 75 51
Binary 10100001 101001 10101010 101 1001100 0 100001 100101000 111101 101001

Color Harmonies of #A129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129AA

Black with #A129AA

Text Example


Text Example

White with #A129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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