Html Css Color HEX #A91564 Jazzberry Jam

📋 copy color: '#A91564'

red 169 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #A91564

Tints of Jazzberry Jam #A91564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 58.28%
G = 7.24%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A91564 (or 0xA91564) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 64. RGB value is (169,21,100). Sum of RGB (Red+Green+Blue) = 169+21+100=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A91564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91564 is #56EA9B. Grayscale: #4A4A4A. Windows color (decimal): -5696156 or 6559145. OLE color: 6559145.

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

Color convert

RGB 169 21 100 -
CMYK 0 0.88 0.41 0.34
HSL 327.97º 0.78% 0.37% -
HSV(B) 327.97º 0.88% 0.66% -
XYZ 18.93 9.89 12.97 -
YUV 74.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 169 21 100 0 0.88 0.41 0.34 327.97 0.78 0.37
Hex A9 15 64 0 58 29 22 148 4E 25
Octal 251 25 144 0 130 51 42 510 116 45
Binary 10101001 10101 1100100 0 1011000 101001 100010 101001000 1001110 100101

Color Harmonies of #A91564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91564

Black with #A91564

Text Example


Text Example

White with #A91564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91564; }

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

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

background-color css

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

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

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

border-color css

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

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

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