Html Css Color HEX #A8196D Jazzberry Jam

📋 copy color: '#A8196D'

red 168 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #A8196D

Tints of Jazzberry Jam #A8196D

RGB

 RED value IS 168 (66.02% from 255) = 55.63%

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

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

R = 55.63%
G = 8.28%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8196D (or 0xA8196D) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 6D. RGB value is (168,25,109). Sum of RGB (Red+Green+Blue) = 168+25+109=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8196D is #57E692. Grayscale: #4D4D4D. Windows color (decimal): -5760659 or 7149992. OLE color: 7149992.

HSL color Cylindrical-coordinate representation of color #A8196D: hue angle of 324.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8196D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 109 -
CMYK 0 0.85 0.35 0.34
HSL 324.76º 0.74% 0.38% -
HSV(B) 324.76º 0.85% 0.66% -
XYZ 19.26 10.12 15.41 -
YUV 77.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 168 25 109 0 0.85 0.35 0.34 324.76 0.74 0.38
Hex A8 19 6D 0 55 23 22 145 4A 26
Octal 250 31 155 0 125 43 42 505 112 46
Binary 10101000 11001 1101101 0 1010101 100011 100010 101000101 1001010 100110

Color Harmonies of #A8196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8196D

Black with #A8196D

Text Example


Text Example

White with #A8196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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