Html Css Color HEX #A2196F Jazzberry Jam

📋 copy color: '#A2196F'

red 162 ◦ green 25 ◦ blue 111

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

Shades of Jazzberry Jam #A2196F

Tints of Jazzberry Jam #A2196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 54.36%
G = 8.39%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2196F (or 0xA2196F) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 6F. RGB value is (162,25,111). Sum of RGB (Red+Green+Blue) = 162+25+111=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A2196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2196F is #5DE690. Grayscale: #4B4B4B. Windows color (decimal): -6153873 or 7281058. OLE color: 7281058.

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

Color convert

RGB 162 25 111 -
CMYK 0 0.85 0.31 0.36
HSL 322.34º 0.73% 0.37% -
HSV(B) 322.34º 0.85% 0.64% -
XYZ 18.12 9.52 15.92 -
YUV 75.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 162 25 111 0 0.85 0.31 0.36 322.34 0.73 0.37
Hex A2 19 6F 0 55 1F 24 142 49 25
Octal 242 31 157 0 125 37 44 502 111 45
Binary 10100010 11001 1101111 0 1010101 11111 100100 101000010 1001001 100101

Color Harmonies of #A2196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2196F

Black with #A2196F

Text Example


Text Example

White with #A2196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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