Html Css Color HEX #A51565 Jazzberry Jam

📋 copy color: '#A51565'

red 165 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #A51565

Tints of Jazzberry Jam #A51565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 57.49%
G = 7.32%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A51565 (or 0xA51565) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 65. RGB value is (165,21,101). Sum of RGB (Red+Green+Blue) = 165+21+101=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A51565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51565 is #5AEA9A. Grayscale: #494949. Windows color (decimal): -5958299 or 6624677. OLE color: 6624677.

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

Color convert

RGB 165 21 101 -
CMYK 0 0.87 0.39 0.35
HSL 326.67º 0.77% 0.36% -
HSV(B) 326.67º 0.87% 0.65% -
XYZ 18.13 9.48 13.19 -
YUV 73.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 165 21 101 0 0.87 0.39 0.35 326.67 0.77 0.36
Hex A5 15 65 0 57 27 23 147 4D 24
Octal 245 25 145 0 127 47 43 507 115 44
Binary 10100101 10101 1100101 0 1010111 100111 100011 101000111 1001101 100100

Color Harmonies of #A51565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51565

Black with #A51565

Text Example


Text Example

White with #A51565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51565; }

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

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

background-color css

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

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

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

border-color css

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

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

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