Html Css Color HEX #A9155B Jazzberry Jam

📋 copy color: '#A9155B'

red 169 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #A9155B

Tints of Jazzberry Jam #A9155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 60.14%
G = 7.47%
B = 32.38%

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

#A9155B (or 0xA9155B) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 5B. RGB value is (169,21,91). Sum of RGB (Red+Green+Blue) = 169+21+91=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9155B is #56EAA4. Grayscale: #494949. Windows color (decimal): -5696165 or 5969321. OLE color: 5969321.

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

Color convert

RGB 169 21 91 -
CMYK 0 0.88 0.46 0.34
HSL 331.62º 0.78% 0.37% -
HSV(B) 331.62º 0.88% 0.66% -
XYZ 18.52 9.73 10.8 -
YUV 73.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 169 21 91 0 0.88 0.46 0.34 331.62 0.78 0.37
Hex A9 15 5B 0 58 2E 22 14C 4E 25
Octal 251 25 133 0 130 56 42 514 116 45
Binary 10101001 10101 1011011 0 1011000 101110 100010 101001100 1001110 100101

Color Harmonies of #A9155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9155B

Black with #A9155B

Text Example


Text Example

White with #A9155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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