Html Css Color HEX #A129D9 Dark Orchid

📋 copy color: '#A129D9'

red 161 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #A129D9

Tints of Dark Orchid #A129D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.79%

R = 38.42%
G = 9.79%
B = 51.79%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A129D9 (or 0xA129D9) is known color: Dark Orchid. HEX triplet: A1, 29 and D9. RGB value is (161,41,217). Sum of RGB (Red+Green+Blue) = 161+41+217=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #A129D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129D9 is #5ED626. Grayscale: #606060. Windows color (decimal): -6215207 or 14231969. OLE color: 14231969.

HSL color Cylindrical-coordinate representation of color #A129D9: hue angle of 280.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A129D9 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 41 217 -
CMYK 0.26 0.81 0 0.15
HSL 280.91º 0.7% 0.51% -
HSV(B) 280.91º 0.81% 0.85% -
XYZ 28.02 14.17 66.9 -
YUV 96.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 161 41 217 0.26 0.81 0 0.15 280.91 0.7 0.51
Hex A1 29 D9 1A 51 0 F 119 46 33
Octal 241 51 331 32 121 0 17 431 106 63
Binary 10100001 101001 11011001 11010 1010001 0 1111 100011001 1000110 110011

Color Harmonies of #A129D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129D9

Black with #A129D9

Text Example


Text Example

White with #A129D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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