Html Css Color HEX #A51170 Jazzberry Jam

📋 copy color: '#A51170'

red 165 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #A51170

Tints of Jazzberry Jam #A51170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 56.12%
G = 5.78%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A51170 (or 0xA51170) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 70. RGB value is (165,17,112). Sum of RGB (Red+Green+Blue) = 165+17+112=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A51170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51170 is #5AEE8F. Grayscale: #474747. Windows color (decimal): -5959312 or 7344549. OLE color: 7344549.

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

Color convert

RGB 165 17 112 -
CMYK 0 0.90 0.32 0.35
HSL 321.49º 0.81% 0.36% -
HSV(B) 321.49º 0.9% 0.65% -
XYZ 18.64 9.57 16.19 -
YUV 72.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 165 17 112 0 0.90 0.32 0.35 321.49 0.81 0.36
Hex A5 11 70 0 5A 20 23 141 51 24
Octal 245 21 160 0 132 40 43 501 121 44
Binary 10100101 10001 1110000 0 1011010 100000 100011 101000001 1010001 100100

Color Harmonies of #A51170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51170

Black with #A51170

Text Example


Text Example

White with #A51170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51170; }

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

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

background-color css

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

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

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

border-color css

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

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

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