Html Css Color HEX #A8196C Jazzberry Jam

📋 copy color: '#A8196C'

red 168 ◦ green 25 ◦ blue 108

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

Shades of Jazzberry Jam #A8196C

Tints of Jazzberry Jam #A8196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 55.81%
G = 8.31%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8196C (or 0xA8196C) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 6C. RGB value is (168,25,108). Sum of RGB (Red+Green+Blue) = 168+25+108=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8196C is #57E693. Grayscale: #4D4D4D. Windows color (decimal): -5760660 or 7084456. OLE color: 7084456.

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

Color convert

RGB 168 25 108 -
CMYK 0 0.85 0.36 0.34
HSL 325.17º 0.74% 0.38% -
HSV(B) 325.17º 0.85% 0.66% -
XYZ 19.2 10.1 15.13 -
YUV 77.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 168 25 108 0 0.85 0.36 0.34 325.17 0.74 0.38
Hex A8 19 6C 0 55 24 22 145 4A 26
Octal 250 31 154 0 125 44 42 505 112 46
Binary 10101000 11001 1101100 0 1010101 100100 100010 101000101 1001010 100110

Color Harmonies of #A8196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8196C

Black with #A8196C

Text Example


Text Example

White with #A8196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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