Html Css Color HEX #A51156 Jazzberry Jam

📋 copy color: '#A51156'

red 165 ◦ green 17 ◦ blue 86

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

Shades of Jazzberry Jam #A51156

Tints of Jazzberry Jam #A51156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 61.57%
G = 6.34%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A51156 (or 0xA51156) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 56. RGB value is (165,17,86). Sum of RGB (Red+Green+Blue) = 165+17+86=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A51156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51156 is #5AEEA9. Grayscale: #444444. Windows color (decimal): -5959338 or 5640613. OLE color: 5640613.

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

Color convert

RGB 165 17 86 -
CMYK 0 0.90 0.48 0.35
HSL 332.03º 0.81% 0.36% -
HSV(B) 332.03º 0.9% 0.65% -
XYZ 17.4 9.07 9.64 -
YUV 69.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 165 17 86 0 0.90 0.48 0.35 332.03 0.81 0.36
Hex A5 11 56 0 5A 30 23 14C 51 24
Octal 245 21 126 0 132 60 43 514 121 44
Binary 10100101 10001 1010110 0 1011010 110000 100011 101001100 1010001 100100

Color Harmonies of #A51156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51156

Black with #A51156

Text Example


Text Example

White with #A51156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51156; }

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

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

background-color css

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

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

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

border-color css

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

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

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