Html Css Color HEX #A52471 Jazzberry Jam

📋 copy color: '#A52471'

red 165 ◦ green 36 ◦ blue 113

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

Shades of Jazzberry Jam #A52471

Tints of Jazzberry Jam #A52471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 52.55%
G = 11.46%
B = 35.99%

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

#A52471 (or 0xA52471) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 71. RGB value is (165,36,113). Sum of RGB (Red+Green+Blue) = 165+36+113=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A52471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52471 is #5ADB8E. Grayscale: #535353. Windows color (decimal): -5954447 or 7414949. OLE color: 7414949.

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

Color convert

RGB 165 36 113 -
CMYK 0 0.78 0.32 0.35
HSL 324.19º 0.64% 0.39% -
HSV(B) 324.19º 0.78% 0.65% -
XYZ 19.13 10.45 16.63 -
YUV 83.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 165 36 113 0 0.78 0.32 0.35 324.19 0.64 0.39
Hex A5 24 71 0 4E 20 23 144 40 27
Octal 245 44 161 0 116 40 43 504 100 47
Binary 10100101 100100 1110001 0 1001110 100000 100011 101000100 1000000 100111

Color Harmonies of #A52471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52471

Black with #A52471

Text Example


Text Example

White with #A52471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52471; }

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

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

background-color css

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

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

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

border-color css

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

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

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