Html Css Color HEX #A51159 Jazzberry Jam

📋 copy color: '#A51159'

red 165 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #A51159

Tints of Jazzberry Jam #A51159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 60.89%
G = 6.27%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A51159 (or 0xA51159) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 59. RGB value is (165,17,89). Sum of RGB (Red+Green+Blue) = 165+17+89=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A51159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51159 is #5AEEA6. Grayscale: #454545. Windows color (decimal): -5959335 or 5837221. OLE color: 5837221.

HSL color Cylindrical-coordinate representation of color #A51159: hue angle of 330.81º 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 #A51159 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 89 -
CMYK 0 0.90 0.46 0.35
HSL 330.81º 0.81% 0.36% -
HSV(B) 330.81º 0.9% 0.65% -
XYZ 17.52 9.12 10.29 -
YUV 69.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 165 17 89 0 0.90 0.46 0.35 330.81 0.81 0.36
Hex A5 11 59 0 5A 2E 23 14B 51 24
Octal 245 21 131 0 132 56 43 513 121 44
Binary 10100101 10001 1011001 0 1011010 101110 100011 101001011 1010001 100100

Color Harmonies of #A51159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51159

Black with #A51159

Text Example


Text Example

White with #A51159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51159; }

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

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

background-color css

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

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

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

border-color css

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

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

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