Html Css Color HEX #A8114C Jazzberry Jam

📋 copy color: '#A8114C'

red 168 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #A8114C

Tints of Jazzberry Jam #A8114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 64.37%
G = 6.51%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8114C (or 0xA8114C) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 4C. RGB value is (168,17,76). Sum of RGB (Red+Green+Blue) = 168+17+76=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8114C is #57EEB3. Grayscale: #444444. Windows color (decimal): -5762740 or 4985256. OLE color: 4985256.

HSL color Cylindrical-coordinate representation of color #A8114C: hue angle of 336.56º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8114C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 76 -
CMYK 0 0.90 0.55 0.34
HSL 336.56º 0.82% 0.36% -
HSV(B) 336.56º 0.9% 0.66% -
XYZ 17.65 9.25 7.69 -
YUV 68.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 168 17 76 0 0.90 0.55 0.34 336.56 0.82 0.36
Hex A8 11 4C 0 5A 37 22 151 52 24
Octal 250 21 114 0 132 67 42 521 122 44
Binary 10101000 10001 1001100 0 1011010 110111 100010 101010001 1010010 100100

Color Harmonies of #A8114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8114C

Black with #A8114C

Text Example


Text Example

White with #A8114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8114C; }

 p { color: rgb(168,17,76); }

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

background-color css

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

 a { background-color: rgb(168,17,76); }

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

border-color css

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

 span { border-color: rgb(168,17,76); }

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