Html Css Color HEX #A1167A Dark Purple

📋 copy color: '#A1167A'

red 161 ◦ green 22 ◦ blue 122

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

Shades of Dark Purple #A1167A

Tints of Dark Purple #A1167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 122 (48.05% from 255) = 40%

R = 52.79%
G = 7.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1167A (or 0xA1167A) is known color: Dark Purple. HEX triplet: A1, 16 and 7A. RGB value is (161,22,122). Sum of RGB (Red+Green+Blue) = 161+22+122=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1167A is #5EE985. Grayscale: #4A4A4A. Windows color (decimal): -6220166 or 8001185. OLE color: 8001185.

HSL color Cylindrical-coordinate representation of color #A1167A: hue angle of 316.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1167A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 122 -
CMYK 0 0.86 0.24 0.37
HSL 316.83º 0.76% 0.36% -
HSV(B) 316.83º 0.86% 0.63% -
XYZ 18.5 9.56 19.28 -
YUV 74.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 161 22 122 0 0.86 0.24 0.37 316.83 0.76 0.36
Hex A1 16 7A 0 56 18 25 13D 4C 24
Octal 241 26 172 0 126 30 45 475 114 44
Binary 10100001 10110 1111010 0 1010110 11000 100101 100111101 1001100 100100

Color Harmonies of #A1167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1167A

Black with #A1167A

Text Example


Text Example

White with #A1167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1167A; }

 p { color: rgb(161,22,122); }

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

background-color css

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

 a { background-color: rgb(161,22,122); }

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

border-color css

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

 span { border-color: rgb(161,22,122); }

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