Html Css Color HEX #A129B3 Dark Orchid

📋 copy color: '#A129B3'

red 161 ◦ green 41 ◦ blue 179

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

Shades of Dark Orchid #A129B3

Tints of Dark Orchid #A129B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 42.26%
G = 10.76%
B = 46.98%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A129B3 (or 0xA129B3) is known color: Dark Orchid. HEX triplet: A1, 29 and B3. RGB value is (161,41,179). Sum of RGB (Red+Green+Blue) = 161+41+179=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #A129B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129B3 is #5ED64C. Grayscale: #5C5C5C. Windows color (decimal): -6215245 or 11741601. OLE color: 11741601.

HSL color Cylindrical-coordinate representation of color #A129B3: hue angle of 292.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A129B3 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 41 179 -
CMYK 0.10 0.77 0 0.30
HSL 292.17º 0.63% 0.43% -
HSV(B) 292.17º 0.77% 0.7% -
XYZ 23.63 12.42 43.8 -
YUV 92.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 161 41 179 0.10 0.77 0 0.30 292.17 0.63 0.43
Hex A1 29 B3 A 4D 0 1E 124 3F 2B
Octal 241 51 263 12 115 0 36 444 77 53
Binary 10100001 101001 10110011 1010 1001101 0 11110 100100100 111111 101011

Color Harmonies of #A129B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129B3

Black with #A129B3

Text Example


Text Example

White with #A129B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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