Html Css Color HEX #A50053 Jazzberry Jam

📋 copy color: '#A50053'

red 165 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #A50053

Tints of Jazzberry Jam #A50053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 66.53%
G = 0%
B = 33.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A50053 (or 0xA50053) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 53. RGB value is (165,0,83). Sum of RGB (Red+Green+Blue) = 165+0+83=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A50053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50053 is #5AFFAC. Grayscale: #3A3A3A. Windows color (decimal): -5963693 or 5439653. OLE color: 5439653.

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

Color convert

RGB 165 0 83 -
CMYK 0 1 0.50 0.35
HSL 329.82º 1% 0.32% -
HSV(B) 329.82º 1% 0.65% -
XYZ 17.08 8.62 8.95 -
YUV 58.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 165 0 83 0 1 0.50 0.35 329.82 1 0.32
Hex A5 0 53 0 64 32 23 14A 64 20
Octal 245 0 123 0 144 62 43 512 144 40
Binary 10100101 0 1010011 0 1100100 110010 100011 101001010 1100100 100000

Color Harmonies of #A50053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50053

Black with #A50053

Text Example


Text Example

White with #A50053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50053; }

 p { color: rgb(165,0,83); }

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

background-color css

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

 a { background-color: rgb(165,0,83); }

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

border-color css

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

 span { border-color: rgb(165,0,83); }

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