Html Css Color HEX #A91974 Jazzberry Jam

📋 copy color: '#A91974'

red 169 ◦ green 25 ◦ blue 116

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

Shades of Jazzberry Jam #A91974

Tints of Jazzberry Jam #A91974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 54.52%
G = 8.06%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A91974 (or 0xA91974) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 74. RGB value is (169,25,116). Sum of RGB (Red+Green+Blue) = 169+25+116=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A91974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91974 is #56E68B. Grayscale: #4E4E4E. Windows color (decimal): -5695116 or 7608745. OLE color: 7608745.

HSL color Cylindrical-coordinate representation of color #A91974: hue angle of 322.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91974 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 116 -
CMYK 0 0.85 0.31 0.34
HSL 322.08º 0.74% 0.38% -
HSV(B) 322.08º 0.85% 0.66% -
XYZ 19.86 10.39 17.48 -
YUV 78.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 169 25 116 0 0.85 0.31 0.34 322.08 0.74 0.38
Hex A9 19 74 0 55 1F 22 142 4A 26
Octal 251 31 164 0 125 37 42 502 112 46
Binary 10101001 11001 1110100 0 1010101 11111 100010 101000010 1001010 100110

Color Harmonies of #A91974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91974

Black with #A91974

Text Example


Text Example

White with #A91974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91974; }

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

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

background-color css

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

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

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

border-color css

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

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

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