Html Css Color HEX #A52063 Jazzberry Jam

📋 copy color: '#A52063'

red 165 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #A52063

Tints of Jazzberry Jam #A52063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 55.74%
G = 10.81%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A52063 (or 0xA52063) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 63. RGB value is (165,32,99). Sum of RGB (Red+Green+Blue) = 165+32+99=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A52063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52063 is #5ADF9C. Grayscale: #4F4F4F. Windows color (decimal): -5955485 or 6496421. OLE color: 6496421.

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

Color convert

RGB 165 32 99 -
CMYK 0 0.81 0.40 0.35
HSL 329.77º 0.68% 0.39% -
HSV(B) 329.77º 0.81% 0.65% -
XYZ 18.29 9.93 12.76 -
YUV 79.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 165 32 99 0 0.81 0.40 0.35 329.77 0.68 0.39
Hex A5 20 63 0 51 28 23 14A 44 27
Octal 245 40 143 0 121 50 43 512 104 47
Binary 10100101 100000 1100011 0 1010001 101000 100011 101001010 1000100 100111

Color Harmonies of #A52063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52063

Black with #A52063

Text Example


Text Example

White with #A52063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52063; }

 p { color: rgb(165,32,99); }

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

background-color css

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

 a { background-color: rgb(165,32,99); }

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

border-color css

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

 span { border-color: rgb(165,32,99); }

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