Html Css Color HEX #A2196D Jazzberry Jam

📋 copy color: '#A2196D'

red 162 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #A2196D

Tints of Jazzberry Jam #A2196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 54.73%
G = 8.45%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2196D (or 0xA2196D) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 6D. RGB value is (162,25,109). Sum of RGB (Red+Green+Blue) = 162+25+109=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2196D is #5DE692. Grayscale: #4B4B4B. Windows color (decimal): -6153875 or 7149986. OLE color: 7149986.

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

Color convert

RGB 162 25 109 -
CMYK 0 0.85 0.33 0.36
HSL 323.21º 0.73% 0.37% -
HSV(B) 323.21º 0.85% 0.64% -
XYZ 18.01 9.48 15.35 -
YUV 75.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 162 25 109 0 0.85 0.33 0.36 323.21 0.73 0.37
Hex A2 19 6D 0 55 21 24 143 49 25
Octal 242 31 155 0 125 41 44 503 111 45
Binary 10100010 11001 1101101 0 1010101 100001 100100 101000011 1001001 100101

Color Harmonies of #A2196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2196D

Black with #A2196D

Text Example


Text Example

White with #A2196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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