Html Css Color HEX #A52373 Jazzberry Jam

📋 copy color: '#A52373'

red 165 ◦ green 35 ◦ blue 115

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

Shades of Jazzberry Jam #A52373

Tints of Jazzberry Jam #A52373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 52.38%
G = 11.11%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A52373 (or 0xA52373) is known color: Jazzberry Jam. HEX triplet: A5, 23 and 73. RGB value is (165,35,115). Sum of RGB (Red+Green+Blue) = 165+35+115=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52373 is #5ADC8C. Grayscale: #525252. Windows color (decimal): -5954701 or 7545765. OLE color: 7545765.

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

Color convert

RGB 165 35 115 -
CMYK 0 0.79 0.30 0.35
HSL 323.08º 0.65% 0.39% -
HSV(B) 323.08º 0.79% 0.65% -
XYZ 19.21 10.44 17.22 -
YUV 82.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 165 35 115 0 0.79 0.30 0.35 323.08 0.65 0.39
Hex A5 23 73 0 4F 1E 23 143 41 27
Octal 245 43 163 0 117 36 43 503 101 47
Binary 10100101 100011 1110011 0 1001111 11110 100011 101000011 1000001 100111

Color Harmonies of #A52373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52373

Black with #A52373

Text Example


Text Example

White with #A52373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52373; }

 p { color: rgb(165,35,115); }

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

background-color css

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

 a { background-color: rgb(165,35,115); }

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

border-color css

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

 span { border-color: rgb(165,35,115); }

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