Html Css Color HEX #A8116C Jazzberry Jam

📋 copy color: '#A8116C'

red 168 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #A8116C

Tints of Jazzberry Jam #A8116C

RGB

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

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

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

R = 57.34%
G = 5.8%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8116C (or 0xA8116C) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 6C. RGB value is (168,17,108). Sum of RGB (Red+Green+Blue) = 168+17+108=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8116C is #57EE93. Grayscale: #484848. Windows color (decimal): -5762708 or 7082408. OLE color: 7082408.

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

Color convert

RGB 168 17 108 -
CMYK 0 0.90 0.36 0.34
HSL 323.84º 0.82% 0.36% -
HSV(B) 323.84º 0.9% 0.66% -
XYZ 19.06 9.81 15.08 -
YUV 72.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 168 17 108 0 0.90 0.36 0.34 323.84 0.82 0.36
Hex A8 11 6C 0 5A 24 22 144 52 24
Octal 250 21 154 0 132 44 42 504 122 44
Binary 10101000 10001 1101100 0 1011010 100100 100010 101000100 1010010 100100

Color Harmonies of #A8116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8116C

Black with #A8116C

Text Example


Text Example

White with #A8116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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