Html Css Color HEX #A0197C Dark Purple

📋 copy color: '#A0197C'

red 160 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #A0197C

Tints of Dark Purple #A0197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 51.78%
G = 8.09%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0197C (or 0xA0197C) is known color: Dark Purple. HEX triplet: A0, 19 and 7C. RGB value is (160,25,124). Sum of RGB (Red+Green+Blue) = 160+25+124=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0197C is #5FE683. Grayscale: #4C4C4C. Windows color (decimal): -6284932 or 8133024. OLE color: 8133024.

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

Color convert

RGB 160 25 124 -
CMYK 0 0.84 0.22 0.37
HSL 316º 0.73% 0.36% -
HSV(B) 316º 0.84% 0.63% -
XYZ 18.48 9.62 19.95 -
YUV 76.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 160 25 124 0 0.84 0.22 0.37 316 0.73 0.36
Hex A0 19 7C 0 54 16 25 13C 49 24
Octal 240 31 174 0 124 26 45 474 111 44
Binary 10100000 11001 1111100 0 1010100 10110 100101 100111100 1001001 100100

Color Harmonies of #A0197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0197C

Black with #A0197C

Text Example


Text Example

White with #A0197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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