Html Css Color HEX #A0197B Dark Purple

📋 copy color: '#A0197B'

red 160 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #A0197B

Tints of Dark Purple #A0197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 51.95%
G = 8.12%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0197B (or 0xA0197B) is known color: Dark Purple. HEX triplet: A0, 19 and 7B. RGB value is (160,25,123). Sum of RGB (Red+Green+Blue) = 160+25+123=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0197B is #5FE684. Grayscale: #4C4C4C. Windows color (decimal): -6284933 or 8067488. OLE color: 8067488.

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

Color convert

RGB 160 25 123 -
CMYK 0 0.84 0.23 0.37
HSL 316.44º 0.73% 0.36% -
HSV(B) 316.44º 0.84% 0.63% -
XYZ 18.42 9.6 19.62 -
YUV 76.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 160 25 123 0 0.84 0.23 0.37 316.44 0.73 0.36
Hex A0 19 7B 0 54 17 25 13C 49 24
Octal 240 31 173 0 124 27 45 474 111 44
Binary 10100000 11001 1111011 0 1010100 10111 100101 100111100 1001001 100100

Color Harmonies of #A0197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0197B

Black with #A0197B

Text Example


Text Example

White with #A0197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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