Html Css Color HEX #A2196B Jazzberry Jam

📋 copy color: '#A2196B'

red 162 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #A2196B

Tints of Jazzberry Jam #A2196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 55.1%
G = 8.5%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2196B (or 0xA2196B) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 6B. RGB value is (162,25,107). Sum of RGB (Red+Green+Blue) = 162+25+107=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2196B is #5DE694. Grayscale: #4B4B4B. Windows color (decimal): -6153877 or 7018914. OLE color: 7018914.

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

Color convert

RGB 162 25 107 -
CMYK 0 0.85 0.34 0.36
HSL 324.09º 0.73% 0.37% -
HSV(B) 324.09º 0.85% 0.64% -
XYZ 17.9 9.44 14.79 -
YUV 75.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 162 25 107 0 0.85 0.34 0.36 324.09 0.73 0.37
Hex A2 19 6B 0 55 22 24 144 49 25
Octal 242 31 153 0 125 42 44 504 111 45
Binary 10100010 11001 1101011 0 1010101 100010 100100 101000100 1001001 100101

Color Harmonies of #A2196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2196B

Black with #A2196B

Text Example


Text Example

White with #A2196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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