Html Css Color HEX #A91574 Jazzberry Jam

📋 copy color: '#A91574'

red 169 ◦ green 21 ◦ blue 116

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

Shades of Jazzberry Jam #A91574

Tints of Jazzberry Jam #A91574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 55.23%
G = 6.86%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A91574 (or 0xA91574) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 74. RGB value is (169,21,116). Sum of RGB (Red+Green+Blue) = 169+21+116=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A91574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91574 is #56EA8B. Grayscale: #4B4B4B. Windows color (decimal): -5696140 or 7607721. OLE color: 7607721.

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

Color convert

RGB 169 21 116 -
CMYK 0 0.88 0.31 0.34
HSL 321.49º 0.78% 0.37% -
HSV(B) 321.49º 0.88% 0.66% -
XYZ 19.78 10.23 17.46 -
YUV 76.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 169 21 116 0 0.88 0.31 0.34 321.49 0.78 0.37
Hex A9 15 74 0 58 1F 22 141 4E 25
Octal 251 25 164 0 130 37 42 501 116 45
Binary 10101001 10101 1110100 0 1011000 11111 100010 101000001 1001110 100101

Color Harmonies of #A91574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91574

Black with #A91574

Text Example


Text Example

White with #A91574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91574; }

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

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

background-color css

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

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

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

border-color css

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

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

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