Html Css Color HEX #A9176C Jazzberry Jam

📋 copy color: '#A9176C'

red 169 ◦ green 23 ◦ blue 108

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

Shades of Jazzberry Jam #A9176C

Tints of Jazzberry Jam #A9176C

RGB

 RED value IS 169 (66.41% from 255) = 56.33%

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

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

R = 56.33%
G = 7.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9176C (or 0xA9176C) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 6C. RGB value is (169,23,108). Sum of RGB (Red+Green+Blue) = 169+23+108=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9176C is #56E893. Grayscale: #4C4C4C. Windows color (decimal): -5695636 or 7083945. OLE color: 7083945.

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

Color convert

RGB 169 23 108 -
CMYK 0 0.86 0.36 0.34
HSL 325.07º 0.76% 0.38% -
HSV(B) 325.07º 0.86% 0.66% -
XYZ 19.38 10.13 15.12 -
YUV 76.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 169 23 108 0 0.86 0.36 0.34 325.07 0.76 0.38
Hex A9 17 6C 0 56 24 22 145 4C 26
Octal 251 27 154 0 126 44 42 505 114 46
Binary 10101001 10111 1101100 0 1010110 100100 100010 101000101 1001100 100110

Color Harmonies of #A9176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9176C

Black with #A9176C

Text Example


Text Example

White with #A9176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9176C; }

 p { color: rgb(169,23,108); }

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

background-color css

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

 a { background-color: rgb(169,23,108); }

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

border-color css

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

 span { border-color: rgb(169,23,108); }

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