Html Css Color HEX #A11083 Dark Purple

📋 copy color: '#A11083'

red 161 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #A11083

Tints of Dark Purple #A11083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 52.27%
G = 5.19%
B = 42.53%

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

#A11083 (or 0xA11083) is known color: Dark Purple. HEX triplet: A1, 10 and 83. RGB value is (161,16,131). Sum of RGB (Red+Green+Blue) = 161+16+131=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A11083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11083 is #5EEF7C. Grayscale: #484848. Windows color (decimal): -6221693 or 8589473. OLE color: 8589473.

HSL color Cylindrical-coordinate representation of color #A11083: hue angle of 312.41º 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 #A11083 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 131 -
CMYK 0 0.90 0.19 0.37
HSL 312.41º 0.82% 0.35% -
HSV(B) 312.41º 0.9% 0.63% -
XYZ 18.98 9.59 22.32 -
YUV 72.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 161 16 131 0 0.90 0.19 0.37 312.41 0.82 0.35
Hex A1 10 83 0 5A 13 25 138 52 23
Octal 241 20 203 0 132 23 45 470 122 43
Binary 10100001 10000 10000011 0 1011010 10011 100101 100111000 1010010 100011

Color Harmonies of #A11083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11083

Black with #A11083

Text Example


Text Example

White with #A11083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11083; }

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

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

background-color css

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

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

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

border-color css

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

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

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