Html Css Color HEX #A0198A Dark Purple

📋 copy color: '#A0198A'

red 160 ◦ green 25 ◦ blue 138

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

Shades of Dark Purple #A0198A

Tints of Dark Purple #A0198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 49.54%
G = 7.74%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0198A (or 0xA0198A) is known color: Dark Purple. HEX triplet: A0, 19 and 8A. RGB value is (160,25,138). Sum of RGB (Red+Green+Blue) = 160+25+138=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198A is #5FE675. Grayscale: #4D4D4D. Windows color (decimal): -6284918 or 9050528. OLE color: 9050528.

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

Color convert

RGB 160 25 138 -
CMYK 0 0.84 0.14 0.37
HSL 309.78º 0.73% 0.36% -
HSV(B) 309.78º 0.84% 0.63% -
XYZ 19.43 10 24.95 -
YUV 78.25 161.73 186.31 -
System Red Green Blue C M Y K H S L
Decimal 160 25 138 0 0.84 0.14 0.37 309.78 0.73 0.36
Hex A0 19 8A 0 54 E 25 136 49 24
Octal 240 31 212 0 124 16 45 466 111 44
Binary 10100000 11001 10001010 0 1010100 1110 100101 100110110 1001001 100100

Color Harmonies of #A0198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0198A

Black with #A0198A

Text Example


Text Example

White with #A0198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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