Html Css Color HEX #A51978 Jazzberry Jam

📋 copy color: '#A51978'

red 165 ◦ green 25 ◦ blue 120

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

Shades of Jazzberry Jam #A51978

Tints of Jazzberry Jam #A51978

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

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

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 53.23%
G = 8.06%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A51978 (or 0xA51978) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 78. RGB value is (165,25,120). Sum of RGB (Red+Green+Blue) = 165+25+120=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A51978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51978 is #5AE687. Grayscale: #4D4D4D. Windows color (decimal): -5957256 or 7870885. OLE color: 7870885.

HSL color Cylindrical-coordinate representation of color #A51978: hue angle of 319.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51978 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 120 -
CMYK 0 0.85 0.27 0.35
HSL 319.29º 0.74% 0.37% -
HSV(B) 319.29º 0.85% 0.65% -
XYZ 19.25 10.05 18.69 -
YUV 77.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 165 25 120 0 0.85 0.27 0.35 319.29 0.74 0.37
Hex A5 19 78 0 55 1B 23 13F 4A 25
Octal 245 31 170 0 125 33 43 477 112 45
Binary 10100101 11001 1111000 0 1010101 11011 100011 100111111 1001010 100101

Color Harmonies of #A51978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51978

Black with #A51978

Text Example


Text Example

White with #A51978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51978; }

 p { color: rgb(165,25,120); }

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

background-color css

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

 a { background-color: rgb(165,25,120); }

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

border-color css

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

 span { border-color: rgb(165,25,120); }

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