Html Css Color HEX #A0157A Dark Purple

📋 copy color: '#A0157A'

red 160 ◦ green 21 ◦ blue 122

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

Shades of Dark Purple #A0157A

Tints of Dark Purple #A0157A

RGB

 RED value IS 160 (62.89% from 255) = 52.81%

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 52.81%
G = 6.93%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0157A (or 0xA0157A) is known color: Dark Purple. HEX triplet: A0, 15 and 7A. RGB value is (160,21,122). Sum of RGB (Red+Green+Blue) = 160+21+122=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0157A is #5FEA85. Grayscale: #494949. Windows color (decimal): -6285958 or 8000928. OLE color: 8000928.

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

Color convert

RGB 160 21 122 -
CMYK 0 0.87 0.24 0.37
HSL 316.4º 0.77% 0.35% -
HSV(B) 316.4º 0.87% 0.63% -
XYZ 18.28 9.42 19.27 -
YUV 74.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 160 21 122 0 0.87 0.24 0.37 316.4 0.77 0.35
Hex A0 15 7A 0 57 18 25 13C 4D 23
Octal 240 25 172 0 127 30 45 474 115 43
Binary 10100000 10101 1111010 0 1010111 11000 100101 100111100 1001101 100011

Color Harmonies of #A0157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0157A

Black with #A0157A

Text Example


Text Example

White with #A0157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0157A; }

 p { color: rgb(160,21,122); }

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

background-color css

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

 a { background-color: rgb(160,21,122); }

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

border-color css

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

 span { border-color: rgb(160,21,122); }

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