Html Css Color HEX #A129B5 Dark Orchid

📋 copy color: '#A129B5'

red 161 ◦ green 41 ◦ blue 181

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

Shades of Dark Orchid #A129B5

Tints of Dark Orchid #A129B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 42.04%
G = 10.7%
B = 47.26%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A129B5 (or 0xA129B5) is known color: Dark Orchid. HEX triplet: A1, 29 and B5. RGB value is (161,41,181). Sum of RGB (Red+Green+Blue) = 161+41+181=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #A129B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129B5 is #5ED64A. Grayscale: #5C5C5C. Windows color (decimal): -6215243 or 11872673. OLE color: 11872673.

HSL color Cylindrical-coordinate representation of color #A129B5: hue angle of 291.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A129B5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 41 181 -
CMYK 0.11 0.77 0 0.29
HSL 291.43º 0.63% 0.44% -
HSV(B) 291.43º 0.77% 0.71% -
XYZ 23.83 12.5 44.87 -
YUV 92.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 161 41 181 0.11 0.77 0 0.29 291.43 0.63 0.44
Hex A1 29 B5 B 4D 0 1D 123 3F 2C
Octal 241 51 265 13 115 0 35 443 77 54
Binary 10100001 101001 10110101 1011 1001101 0 11101 100100011 111111 101100

Color Harmonies of #A129B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129B5

Black with #A129B5

Text Example


Text Example

White with #A129B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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