Html Css Color HEX #A2198B Dark Purple

📋 copy color: '#A2198B'

red 162 ◦ green 25 ◦ blue 139

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

Shades of Dark Purple #A2198B

Tints of Dark Purple #A2198B

RGB

 RED value IS 162 (63.67% from 255) = 49.69%

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 49.69%
G = 7.67%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2198B (or 0xA2198B) is known color: Dark Purple. HEX triplet: A2, 19 and 8B. RGB value is (162,25,139). Sum of RGB (Red+Green+Blue) = 162+25+139=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2198B is #5DE674. Grayscale: #4E4E4E. Windows color (decimal): -6153845 or 9116066. OLE color: 9116066.

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

Color convert

RGB 162 25 139 -
CMYK 0 0.85 0.14 0.36
HSL 310.07º 0.73% 0.37% -
HSV(B) 310.07º 0.85% 0.64% -
XYZ 19.91 10.24 25.35 -
YUV 78.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 162 25 139 0 0.85 0.14 0.36 310.07 0.73 0.37
Hex A2 19 8B 0 55 E 24 136 49 25
Octal 242 31 213 0 125 16 44 466 111 45
Binary 10100010 11001 10001011 0 1010101 1110 100100 100110110 1001001 100101

Color Harmonies of #A2198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2198B

Black with #A2198B

Text Example


Text Example

White with #A2198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2198B; }

 p { color: rgb(162,25,139); }

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

background-color css

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

 a { background-color: rgb(162,25,139); }

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

border-color css

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

 span { border-color: rgb(162,25,139); }

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