Html Css Color HEX #A8176E Jazzberry Jam

📋 copy color: '#A8176E'

red 168 ◦ green 23 ◦ blue 110

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

Shades of Jazzberry Jam #A8176E

Tints of Jazzberry Jam #A8176E

RGB

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

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

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

R = 55.81%
G = 7.64%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8176E (or 0xA8176E) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 6E. RGB value is (168,23,110). Sum of RGB (Red+Green+Blue) = 168+23+110=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8176E is #57E891. Grayscale: #4C4C4C. Windows color (decimal): -5761170 or 7215016. OLE color: 7215016.

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

Color convert

RGB 168 23 110 -
CMYK 0 0.86 0.35 0.34
HSL 324º 0.76% 0.37% -
HSV(B) 324º 0.86% 0.66% -
XYZ 19.27 10.06 15.68 -
YUV 76.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 168 23 110 0 0.86 0.35 0.34 324 0.76 0.37
Hex A8 17 6E 0 56 23 22 144 4C 25
Octal 250 27 156 0 126 43 42 504 114 45
Binary 10101000 10111 1101110 0 1010110 100011 100010 101000100 1001100 100101

Color Harmonies of #A8176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8176E

Black with #A8176E

Text Example


Text Example

White with #A8176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8176E; }

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

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

background-color css

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

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

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

border-color css

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

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

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