Html Css Color HEX #A129B6 Dark Orchid

📋 copy color: '#A129B6'

red 161 ◦ green 41 ◦ blue 182

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

Shades of Dark Orchid #A129B6

Tints of Dark Orchid #A129B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 41.93%
G = 10.68%
B = 47.4%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A129B6 (or 0xA129B6) is known color: Dark Orchid. HEX triplet: A1, 29 and B6. RGB value is (161,41,182). Sum of RGB (Red+Green+Blue) = 161+41+182=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #A129B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129B6 is #5ED649. Grayscale: #5C5C5C. Windows color (decimal): -6215242 or 11938209. OLE color: 11938209.

HSL color Cylindrical-coordinate representation of color #A129B6: hue angle of 291.06º 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 #A129B6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 41 182 -
CMYK 0.12 0.77 0 0.29
HSL 291.06º 0.63% 0.44% -
HSV(B) 291.06º 0.77% 0.71% -
XYZ 23.93 12.54 45.42 -
YUV 92.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 161 41 182 0.12 0.77 0 0.29 291.06 0.63 0.44
Hex A1 29 B6 C 4D 0 1D 123 3F 2C
Octal 241 51 266 14 115 0 35 443 77 54
Binary 10100001 101001 10110110 1100 1001101 0 11101 100100011 111111 101100

Color Harmonies of #A129B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129B6

Black with #A129B6

Text Example


Text Example

White with #A129B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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