Html Css Color HEX #A8116E Jazzberry Jam

📋 copy color: '#A8116E'

red 168 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #A8116E

Tints of Jazzberry Jam #A8116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 56.95%
G = 5.76%
B = 37.29%

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

#A8116E (or 0xA8116E) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 6E. RGB value is (168,17,110). Sum of RGB (Red+Green+Blue) = 168+17+110=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8116E is #57EE91. Grayscale: #484848. Windows color (decimal): -5762706 or 7213480. OLE color: 7213480.

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

Color convert

RGB 168 17 110 -
CMYK 0 0.90 0.35 0.34
HSL 323.05º 0.82% 0.36% -
HSV(B) 323.05º 0.9% 0.66% -
XYZ 19.16 9.85 15.64 -
YUV 72.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 168 17 110 0 0.90 0.35 0.34 323.05 0.82 0.36
Hex A8 11 6E 0 5A 23 22 143 52 24
Octal 250 21 156 0 132 43 42 503 122 44
Binary 10101000 10001 1101110 0 1011010 100011 100010 101000011 1010010 100100

Color Harmonies of #A8116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8116E

Black with #A8116E

Text Example


Text Example

White with #A8116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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