Html Css Color HEX #A9155E Jazzberry Jam

📋 copy color: '#A9155E'

red 169 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #A9155E

Tints of Jazzberry Jam #A9155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 59.51%
G = 7.39%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9155E (or 0xA9155E) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 5E. RGB value is (169,21,94). Sum of RGB (Red+Green+Blue) = 169+21+94=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9155E is #56EAA1. Grayscale: #494949. Windows color (decimal): -5696162 or 6165929. OLE color: 6165929.

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

Color convert

RGB 169 21 94 -
CMYK 0 0.88 0.44 0.34
HSL 330.41º 0.78% 0.37% -
HSV(B) 330.41º 0.88% 0.66% -
XYZ 18.65 9.78 11.49 -
YUV 73.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 169 21 94 0 0.88 0.44 0.34 330.41 0.78 0.37
Hex A9 15 5E 0 58 2C 22 14A 4E 25
Octal 251 25 136 0 130 54 42 512 116 45
Binary 10101001 10101 1011110 0 1011000 101100 100010 101001010 1001110 100101

Color Harmonies of #A9155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9155E

Black with #A9155E

Text Example


Text Example

White with #A9155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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