Html Css Color HEX #A52060 Jazzberry Jam

📋 copy color: '#A52060'

red 165 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #A52060

Tints of Jazzberry Jam #A52060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 56.31%
G = 10.92%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A52060 (or 0xA52060) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 60. RGB value is (165,32,96). Sum of RGB (Red+Green+Blue) = 165+32+96=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A52060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52060 is #5ADF9F. Grayscale: #4E4E4E. Windows color (decimal): -5955488 or 6299813. OLE color: 6299813.

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

Color convert

RGB 165 32 96 -
CMYK 0 0.81 0.42 0.35
HSL 331.13º 0.68% 0.39% -
HSV(B) 331.13º 0.81% 0.65% -
XYZ 18.14 9.88 12.02 -
YUV 79.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 165 32 96 0 0.81 0.42 0.35 331.13 0.68 0.39
Hex A5 20 60 0 51 2A 23 14B 44 27
Octal 245 40 140 0 121 52 43 513 104 47
Binary 10100101 100000 1100000 0 1010001 101010 100011 101001011 1000100 100111

Color Harmonies of #A52060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52060

Black with #A52060

Text Example


Text Example

White with #A52060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52060; }

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

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

background-color css

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

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

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

border-color css

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

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

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