Html Css Color HEX #A9115A Jazzberry Jam

📋 copy color: '#A9115A'

red 169 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #A9115A

Tints of Jazzberry Jam #A9115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 61.23%
G = 6.16%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9115A (or 0xA9115A) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 5A. RGB value is (169,17,90). Sum of RGB (Red+Green+Blue) = 169+17+90=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A9115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9115A is #56EEA5. Grayscale: #464646. Windows color (decimal): -5697190 or 5902761. OLE color: 5902761.

HSL color Cylindrical-coordinate representation of color #A9115A: hue angle of 331.18º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9115A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 90 -
CMYK 0 0.90 0.47 0.34
HSL 331.18º 0.82% 0.36% -
HSV(B) 331.18º 0.9% 0.66% -
XYZ 18.41 9.57 10.55 -
YUV 70.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 169 17 90 0 0.90 0.47 0.34 331.18 0.82 0.36
Hex A9 11 5A 0 5A 2F 22 14B 52 24
Octal 251 21 132 0 132 57 42 513 122 44
Binary 10101001 10001 1011010 0 1011010 101111 100010 101001011 1010010 100100

Color Harmonies of #A9115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9115A

Black with #A9115A

Text Example


Text Example

White with #A9115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9115A; }

 p { color: rgb(169,17,90); }

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

background-color css

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

 a { background-color: rgb(169,17,90); }

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

border-color css

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

 span { border-color: rgb(169,17,90); }

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