Html Css Color HEX #A52470 Jazzberry Jam

📋 copy color: '#A52470'

red 165 ◦ green 36 ◦ blue 112

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

Shades of Jazzberry Jam #A52470

Tints of Jazzberry Jam #A52470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 52.72%
G = 11.5%
B = 35.78%

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

#A52470 (or 0xA52470) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 70. RGB value is (165,36,112). Sum of RGB (Red+Green+Blue) = 165+36+112=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A52470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52470 is #5ADB8F. Grayscale: #535353. Windows color (decimal): -5954448 or 7349413. OLE color: 7349413.

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

Color convert

RGB 165 36 112 -
CMYK 0 0.78 0.32 0.35
HSL 324.65º 0.64% 0.39% -
HSV(B) 324.65º 0.78% 0.65% -
XYZ 19.07 10.43 16.34 -
YUV 83.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 165 36 112 0 0.78 0.32 0.35 324.65 0.64 0.39
Hex A5 24 70 0 4E 20 23 145 40 27
Octal 245 44 160 0 116 40 43 505 100 47
Binary 10100101 100100 1110000 0 1001110 100000 100011 101000101 1000000 100111

Color Harmonies of #A52470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52470

Black with #A52470

Text Example


Text Example

White with #A52470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52470; }

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

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

background-color css

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

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

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

border-color css

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

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

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