Html Css Color HEX #A52570 Jazzberry Jam

📋 copy color: '#A52570'

red 165 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #A52570

Tints of Jazzberry Jam #A52570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 52.55%
G = 11.78%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A52570 (or 0xA52570) is known color: Jazzberry Jam. HEX triplet: A5, 25 and 70. RGB value is (165,37,112). Sum of RGB (Red+Green+Blue) = 165+37+112=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A52570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52570 is #5ADA8F. Grayscale: #535353. Windows color (decimal): -5954192 or 7349669. OLE color: 7349669.

HSL color Cylindrical-coordinate representation of color #A52570: hue angle of 324.84º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52570 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 112 -
CMYK 0 0.78 0.32 0.35
HSL 324.84º 0.63% 0.4% -
HSV(B) 324.84º 0.78% 0.65% -
XYZ 19.1 10.49 16.35 -
YUV 83.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 165 37 112 0 0.78 0.32 0.35 324.84 0.63 0.4
Hex A5 25 70 0 4E 20 23 145 3F 28
Octal 245 45 160 0 116 40 43 505 77 50
Binary 10100101 100101 1110000 0 1001110 100000 100011 101000101 111111 101000

Color Harmonies of #A52570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52570

Black with #A52570

Text Example


Text Example

White with #A52570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52570; }

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

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

background-color css

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

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

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

border-color css

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

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

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