Html Css Color HEX #A2196E Jazzberry Jam

📋 copy color: '#A2196E'

red 162 ◦ green 25 ◦ blue 110

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

Shades of Jazzberry Jam #A2196E

Tints of Jazzberry Jam #A2196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 54.55%
G = 8.42%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2196E (or 0xA2196E) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 6E. RGB value is (162,25,110). Sum of RGB (Red+Green+Blue) = 162+25+110=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A2196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2196E is #5DE691. Grayscale: #4B4B4B. Windows color (decimal): -6153874 or 7215522. OLE color: 7215522.

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

Color convert

RGB 162 25 110 -
CMYK 0 0.85 0.32 0.36
HSL 322.77º 0.73% 0.37% -
HSV(B) 322.77º 0.85% 0.64% -
XYZ 18.06 9.5 15.63 -
YUV 75.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 162 25 110 0 0.85 0.32 0.36 322.77 0.73 0.37
Hex A2 19 6E 0 55 20 24 143 49 25
Octal 242 31 156 0 125 40 44 503 111 45
Binary 10100010 11001 1101110 0 1010101 100000 100100 101000011 1001001 100101

Color Harmonies of #A2196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2196E

Black with #A2196E

Text Example


Text Example

White with #A2196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2196E; }

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

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

background-color css

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

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

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

border-color css

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

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

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