Html Css Color HEX #A129A9 Dark Orchid

📋 copy color: '#A129A9'

red 161 ◦ green 41 ◦ blue 169

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

Shades of Dark Orchid #A129A9

Tints of Dark Orchid #A129A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 43.4%
G = 11.05%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A129A9 (or 0xA129A9) is known color: Dark Orchid. HEX triplet: A1, 29 and A9. RGB value is (161,41,169). Sum of RGB (Red+Green+Blue) = 161+41+169=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #A129A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A9 is #5ED656. Grayscale: #5B5B5B. Windows color (decimal): -6215255 or 11086241. OLE color: 11086241.

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

Color convert

RGB 161 41 169 -
CMYK 0.05 0.76 0 0.34
HSL 296.25º 0.61% 0.41% -
HSV(B) 296.25º 0.76% 0.66% -
XYZ 22.65 12.03 38.66 -
YUV 91.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 161 41 169 0.05 0.76 0 0.34 296.25 0.61 0.41
Hex A1 29 A9 5 4C 0 22 128 3D 29
Octal 241 51 251 5 114 0 42 450 75 51
Binary 10100001 101001 10101001 101 1001100 0 100010 100101000 111101 101001

Color Harmonies of #A129A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129A9

Black with #A129A9

Text Example


Text Example

White with #A129A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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