Html Css Color HEX #A51576 Jazzberry Jam

📋 copy color: '#A51576'

red 165 ◦ green 21 ◦ blue 118

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

Shades of Jazzberry Jam #A51576

Tints of Jazzberry Jam #A51576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 54.28%
G = 6.91%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A51576 (or 0xA51576) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 76. RGB value is (165,21,118). Sum of RGB (Red+Green+Blue) = 165+21+118=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A51576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51576 is #5AEA89. Grayscale: #4A4A4A. Windows color (decimal): -5958282 or 7738789. OLE color: 7738789.

HSL color Cylindrical-coordinate representation of color #A51576: hue angle of 319.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51576 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 118 -
CMYK 0 0.87 0.28 0.35
HSL 319.58º 0.77% 0.36% -
HSV(B) 319.58º 0.87% 0.65% -
XYZ 19.06 9.84 18.04 -
YUV 75.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 165 21 118 0 0.87 0.28 0.35 319.58 0.77 0.36
Hex A5 15 76 0 57 1C 23 140 4D 24
Octal 245 25 166 0 127 34 43 500 115 44
Binary 10100101 10101 1110110 0 1010111 11100 100011 101000000 1001101 100100

Color Harmonies of #A51576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51576

Black with #A51576

Text Example


Text Example

White with #A51576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51576; }

 p { color: rgb(165,21,118); }

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

background-color css

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

 a { background-color: rgb(165,21,118); }

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

border-color css

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

 span { border-color: rgb(165,21,118); }

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