Html Css Color HEX #A9155C Jazzberry Jam

📋 copy color: '#A9155C'

red 169 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A9155C

Tints of Jazzberry Jam #A9155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 59.93%
G = 7.45%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9155C (or 0xA9155C) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 5C. RGB value is (169,21,92). Sum of RGB (Red+Green+Blue) = 169+21+92=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9155C is #56EAA3. Grayscale: #494949. Windows color (decimal): -5696164 or 6034857. OLE color: 6034857.

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

Color convert

RGB 169 21 92 -
CMYK 0 0.88 0.46 0.34
HSL 331.22º 0.78% 0.37% -
HSV(B) 331.22º 0.88% 0.66% -
XYZ 18.56 9.74 11.03 -
YUV 73.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 169 21 92 0 0.88 0.46 0.34 331.22 0.78 0.37
Hex A9 15 5C 0 58 2E 22 14B 4E 25
Octal 251 25 134 0 130 56 42 513 116 45
Binary 10101001 10101 1011100 0 1011000 101110 100010 101001011 1001110 100101

Color Harmonies of #A9155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9155C

Black with #A9155C

Text Example


Text Example

White with #A9155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9155C; }

 p { color: rgb(169,21,92); }

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

background-color css

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

 a { background-color: rgb(169,21,92); }

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

border-color css

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

 span { border-color: rgb(169,21,92); }

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