Html Css Color HEX #A31974 Jazzberry Jam

📋 copy color: '#A31974'

red 163 ◦ green 25 ◦ blue 116

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

Shades of Jazzberry Jam #A31974

Tints of Jazzberry Jam #A31974

RGB

 RED value IS 163 (64.06% from 255) = 53.62%

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

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

R = 53.62%
G = 8.22%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31974 (or 0xA31974) is known color: Jazzberry Jam. HEX triplet: A3, 19 and 74. RGB value is (163,25,116). Sum of RGB (Red+Green+Blue) = 163+25+116=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A31974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31974 is #5CE68B. Grayscale: #4C4C4C. Windows color (decimal): -6088332 or 7608739. OLE color: 7608739.

HSL color Cylindrical-coordinate representation of color #A31974: hue angle of 320.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31974 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 116 -
CMYK 0 0.85 0.29 0.36
HSL 320.43º 0.73% 0.37% -
HSV(B) 320.43º 0.85% 0.64% -
XYZ 18.6 9.74 17.42 -
YUV 76.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 163 25 116 0 0.85 0.29 0.36 320.43 0.73 0.37
Hex A3 19 74 0 55 1D 24 140 49 25
Octal 243 31 164 0 125 35 44 500 111 45
Binary 10100011 11001 1110100 0 1010101 11101 100100 101000000 1001001 100101

Color Harmonies of #A31974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31974

Black with #A31974

Text Example


Text Example

White with #A31974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31974; }

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

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

background-color css

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

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

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

border-color css

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

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

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