Html Css Color HEX #A0197E Dark Purple

📋 copy color: '#A0197E'

red 160 ◦ green 25 ◦ blue 126

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

Shades of Dark Purple #A0197E

Tints of Dark Purple #A0197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 51.45%
G = 8.04%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0197E (or 0xA0197E) is known color: Dark Purple. HEX triplet: A0, 19 and 7E. RGB value is (160,25,126). Sum of RGB (Red+Green+Blue) = 160+25+126=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0197E is #5FE681. Grayscale: #4C4C4C. Windows color (decimal): -6284930 or 8264096. OLE color: 8264096.

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

Color convert

RGB 160 25 126 -
CMYK 0 0.84 0.21 0.37
HSL 315.11º 0.73% 0.36% -
HSV(B) 315.11º 0.84% 0.63% -
XYZ 18.61 9.68 20.63 -
YUV 76.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 160 25 126 0 0.84 0.21 0.37 315.11 0.73 0.36
Hex A0 19 7E 0 54 15 25 13B 49 24
Octal 240 31 176 0 124 25 45 473 111 44
Binary 10100000 11001 1111110 0 1010100 10101 100101 100111011 1001001 100100

Color Harmonies of #A0197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0197E

Black with #A0197E

Text Example


Text Example

White with #A0197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0197E; }

 p { color: rgb(160,25,126); }

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

background-color css

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

 a { background-color: rgb(160,25,126); }

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

border-color css

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

 span { border-color: rgb(160,25,126); }

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