Html Css Color HEX #A11082 Dark Purple

📋 copy color: '#A11082'

red 161 ◦ green 16 ◦ blue 130

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

Shades of Dark Purple #A11082

Tints of Dark Purple #A11082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 52.44%
G = 5.21%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A11082 (or 0xA11082) is known color: Dark Purple. HEX triplet: A1, 10 and 82. RGB value is (161,16,130). Sum of RGB (Red+Green+Blue) = 161+16+130=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11082 is #5EEF7D. Grayscale: #484848. Windows color (decimal): -6221694 or 8523937. OLE color: 8523937.

HSL color Cylindrical-coordinate representation of color #A11082: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11082 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 130 -
CMYK 0 0.90 0.19 0.37
HSL 312.83º 0.82% 0.35% -
HSV(B) 312.83º 0.9% 0.63% -
XYZ 18.91 9.56 21.97 -
YUV 72.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 161 16 130 0 0.90 0.19 0.37 312.83 0.82 0.35
Hex A1 10 82 0 5A 13 25 139 52 23
Octal 241 20 202 0 132 23 45 471 122 43
Binary 10100001 10000 10000010 0 1011010 10011 100101 100111001 1010010 100011

Color Harmonies of #A11082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11082

Black with #A11082

Text Example


Text Example

White with #A11082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11082; }

 p { color: rgb(161,16,130); }

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

background-color css

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

 a { background-color: rgb(161,16,130); }

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

border-color css

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

 span { border-color: rgb(161,16,130); }

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