Html Css Color HEX #A51160 Jazzberry Jam

📋 copy color: '#A51160'

red 165 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #A51160

Tints of Jazzberry Jam #A51160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 59.35%
G = 6.12%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A51160 (or 0xA51160) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 60. RGB value is (165,17,96). Sum of RGB (Red+Green+Blue) = 165+17+96=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A51160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51160 is #5AEE9F. Grayscale: #464646. Windows color (decimal): -5959328 or 6295973. OLE color: 6295973.

HSL color Cylindrical-coordinate representation of color #A51160: hue angle of 327.97º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51160 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 96 -
CMYK 0 0.90 0.42 0.35
HSL 327.97º 0.81% 0.36% -
HSV(B) 327.97º 0.9% 0.65% -
XYZ 17.83 9.24 11.91 -
YUV 70.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 165 17 96 0 0.90 0.42 0.35 327.97 0.81 0.36
Hex A5 11 60 0 5A 2A 23 148 51 24
Octal 245 21 140 0 132 52 43 510 121 44
Binary 10100101 10001 1100000 0 1011010 101010 100011 101001000 1010001 100100

Color Harmonies of #A51160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51160

Black with #A51160

Text Example


Text Example

White with #A51160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51160; }

 p { color: rgb(165,17,96); }

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

background-color css

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

 a { background-color: rgb(165,17,96); }

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

border-color css

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

 span { border-color: rgb(165,17,96); }

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