Html Css Color HEX #A52472 Jazzberry Jam

📋 copy color: '#A52472'

red 165 ◦ green 36 ◦ blue 114

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

Shades of Jazzberry Jam #A52472

Tints of Jazzberry Jam #A52472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 52.38%
G = 11.43%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A52472 (or 0xA52472) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 72. RGB value is (165,36,114). Sum of RGB (Red+Green+Blue) = 165+36+114=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52472 is #5ADB8D. Grayscale: #535353. Windows color (decimal): -5954446 or 7480485. OLE color: 7480485.

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

Color convert

RGB 165 36 114 -
CMYK 0 0.78 0.31 0.35
HSL 323.72º 0.64% 0.39% -
HSV(B) 323.72º 0.78% 0.65% -
XYZ 19.19 10.48 16.93 -
YUV 83.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 165 36 114 0 0.78 0.31 0.35 323.72 0.64 0.39
Hex A5 24 72 0 4E 1F 23 144 40 27
Octal 245 44 162 0 116 37 43 504 100 47
Binary 10100101 100100 1110010 0 1001110 11111 100011 101000100 1000000 100111

Color Harmonies of #A52472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52472

Black with #A52472

Text Example


Text Example

White with #A52472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52472; }

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

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

background-color css

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

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

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

border-color css

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

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

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