Html Css Color HEX #A2198D Dark Purple

📋 copy color: '#A2198D'

red 162 ◦ green 25 ◦ blue 141

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

Shades of Dark Purple #A2198D

Tints of Dark Purple #A2198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 49.39%
G = 7.62%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2198D (or 0xA2198D) is known color: Dark Purple. HEX triplet: A2, 19 and 8D. RGB value is (162,25,141). Sum of RGB (Red+Green+Blue) = 162+25+141=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2198D is #5DE672. Grayscale: #4E4E4E. Windows color (decimal): -6153843 or 9247138. OLE color: 9247138.

HSL color Cylindrical-coordinate representation of color #A2198D: hue angle of 309.2º 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 #A2198D is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 25 141 -
CMYK 0 0.85 0.13 0.36
HSL 309.2º 0.73% 0.37% -
HSV(B) 309.2º 0.85% 0.64% -
XYZ 20.06 10.3 26.13 -
YUV 79.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 162 25 141 0 0.85 0.13 0.36 309.2 0.73 0.37
Hex A2 19 8D 0 55 D 24 135 49 25
Octal 242 31 215 0 125 15 44 465 111 45
Binary 10100010 11001 10001101 0 1010101 1101 100100 100110101 1001001 100101

Color Harmonies of #A2198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2198D

Black with #A2198D

Text Example


Text Example

White with #A2198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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