Html Css Color HEX #A4196D Jazzberry Jam

📋 copy color: '#A4196D'

red 164 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #A4196D

Tints of Jazzberry Jam #A4196D

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

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

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

R = 55.03%
G = 8.39%
B = 36.58%

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

#A4196D (or 0xA4196D) is known color: Jazzberry Jam. HEX triplet: A4, 19 and 6D. RGB value is (164,25,109). Sum of RGB (Red+Green+Blue) = 164+25+109=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4196D is #5BE692. Grayscale: #4B4B4B. Windows color (decimal): -6022803 or 7149988. OLE color: 7149988.

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

Color convert

RGB 164 25 109 -
CMYK 0 0.85 0.34 0.36
HSL 323.74º 0.74% 0.37% -
HSV(B) 323.74º 0.85% 0.64% -
XYZ 18.42 9.69 15.37 -
YUV 76.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 164 25 109 0 0.85 0.34 0.36 323.74 0.74 0.37
Hex A4 19 6D 0 55 22 24 144 4A 25
Octal 244 31 155 0 125 42 44 504 112 45
Binary 10100100 11001 1101101 0 1010101 100010 100100 101000100 1001010 100101

Color Harmonies of #A4196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4196D

Black with #A4196D

Text Example


Text Example

White with #A4196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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