Html Css Color HEX #A8176F Jazzberry Jam

📋 copy color: '#A8176F'

red 168 ◦ green 23 ◦ blue 111

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

Shades of Jazzberry Jam #A8176F

Tints of Jazzberry Jam #A8176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 55.63%
G = 7.62%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8176F (or 0xA8176F) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 6F. RGB value is (168,23,111). Sum of RGB (Red+Green+Blue) = 168+23+111=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8176F is #57E890. Grayscale: #4C4C4C. Windows color (decimal): -5761169 or 7280552. OLE color: 7280552.

HSL color Cylindrical-coordinate representation of color #A8176F: hue angle of 323.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8176F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 111 -
CMYK 0 0.86 0.34 0.34
HSL 323.59º 0.76% 0.37% -
HSV(B) 323.59º 0.86% 0.66% -
XYZ 19.32 10.09 15.97 -
YUV 76.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 168 23 111 0 0.86 0.34 0.34 323.59 0.76 0.37
Hex A8 17 6F 0 56 22 22 144 4C 25
Octal 250 27 157 0 126 42 42 504 114 45
Binary 10101000 10111 1101111 0 1010110 100010 100010 101000100 1001100 100101

Color Harmonies of #A8176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8176F

Black with #A8176F

Text Example


Text Example

White with #A8176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8176F; }

 p { color: rgb(168,23,111); }

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

background-color css

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

 a { background-color: rgb(168,23,111); }

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

border-color css

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

 span { border-color: rgb(168,23,111); }

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