Html Css Color HEX #A8196A Jazzberry Jam

📋 copy color: '#A8196A'

red 168 ◦ green 25 ◦ blue 106

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

Shades of Jazzberry Jam #A8196A

Tints of Jazzberry Jam #A8196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 56.19%
G = 8.36%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8196A (or 0xA8196A) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 6A. RGB value is (168,25,106). Sum of RGB (Red+Green+Blue) = 168+25+106=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8196A is #57E695. Grayscale: #4C4C4C. Windows color (decimal): -5760662 or 6953384. OLE color: 6953384.

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

Color convert

RGB 168 25 106 -
CMYK 0 0.85 0.37 0.34
HSL 326.01º 0.74% 0.38% -
HSV(B) 326.01º 0.85% 0.66% -
XYZ 19.1 10.06 14.57 -
YUV 76.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 168 25 106 0 0.85 0.37 0.34 326.01 0.74 0.38
Hex A8 19 6A 0 55 25 22 146 4A 26
Octal 250 31 152 0 125 45 42 506 112 46
Binary 10101000 11001 1101010 0 1010101 100101 100010 101000110 1001010 100110

Color Harmonies of #A8196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8196A

Black with #A8196A

Text Example


Text Example

White with #A8196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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