Html Css Color HEX #A8116D Jazzberry Jam

📋 copy color: '#A8116D'

red 168 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #A8116D

Tints of Jazzberry Jam #A8116D

RGB

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

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

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

R = 57.14%
G = 5.78%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8116D (or 0xA8116D) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 6D. RGB value is (168,17,109). Sum of RGB (Red+Green+Blue) = 168+17+109=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8116D is #57EE92. Grayscale: #484848. Windows color (decimal): -5762707 or 7147944. OLE color: 7147944.

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

Color convert

RGB 168 17 109 -
CMYK 0 0.90 0.35 0.34
HSL 323.44º 0.82% 0.36% -
HSV(B) 323.44º 0.9% 0.66% -
XYZ 19.11 9.83 15.36 -
YUV 72.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 168 17 109 0 0.90 0.35 0.34 323.44 0.82 0.36
Hex A8 11 6D 0 5A 23 22 143 52 24
Octal 250 21 155 0 132 43 42 503 122 44
Binary 10101000 10001 1101101 0 1011010 100011 100010 101000011 1010010 100100

Color Harmonies of #A8116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8116D

Black with #A8116D

Text Example


Text Example

White with #A8116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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