Html Css Color HEX #A129C9 Dark Orchid

📋 copy color: '#A129C9'

red 161 ◦ green 41 ◦ blue 201

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

Shades of Dark Orchid #A129C9

Tints of Dark Orchid #A129C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.88%

R = 39.95%
G = 10.17%
B = 49.88%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A129C9 (or 0xA129C9) is known color: Dark Orchid. HEX triplet: A1, 29 and C9. RGB value is (161,41,201). Sum of RGB (Red+Green+Blue) = 161+41+201=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #A129C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129C9 is #5ED636. Grayscale: #5E5E5E. Windows color (decimal): -6215223 or 13183393. OLE color: 13183393.

HSL color Cylindrical-coordinate representation of color #A129C9: hue angle of 285º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A129C9 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 41 201 -
CMYK 0.20 0.80 0 0.21
HSL 285º 0.66% 0.47% -
HSV(B) 285º 0.8% 0.79% -
XYZ 26.03 13.38 56.47 -
YUV 95.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 161 41 201 0.20 0.80 0 0.21 285 0.66 0.47
Hex A1 29 C9 14 50 0 15 11D 42 2F
Octal 241 51 311 24 120 0 25 435 102 57
Binary 10100001 101001 11001001 10100 1010000 0 10101 100011101 1000010 101111

Color Harmonies of #A129C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129C9

Black with #A129C9

Text Example


Text Example

White with #A129C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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