Html Css Color HEX #A50359 Jazzberry Jam

📋 copy color: '#A50359'

red 165 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #A50359

Tints of Jazzberry Jam #A50359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 64.2%
G = 1.17%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A50359 (or 0xA50359) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 59. RGB value is (165,3,89). Sum of RGB (Red+Green+Blue) = 165+3+89=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A50359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50359 is #5AFCA6. Grayscale: #3D3D3D. Windows color (decimal): -5962919 or 5833637. OLE color: 5833637.

HSL color Cylindrical-coordinate representation of color #A50359: hue angle of 328.15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50359 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 3 89 -
CMYK 0 0.98 0.46 0.35
HSL 328.15º 0.96% 0.33% -
HSV(B) 328.15º 0.98% 0.65% -
XYZ 17.35 8.79 10.23 -
YUV 61.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 165 3 89 0 0.98 0.46 0.35 328.15 0.96 0.33
Hex A5 3 59 0 62 2E 23 148 60 21
Octal 245 3 131 0 142 56 43 510 140 41
Binary 10100101 11 1011001 0 1100010 101110 100011 101001000 1100000 100001

Color Harmonies of #A50359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50359

Black with #A50359

Text Example


Text Example

White with #A50359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50359; }

 p { color: rgb(165,3,89); }

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

background-color css

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

 a { background-color: rgb(165,3,89); }

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

border-color css

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

 span { border-color: rgb(165,3,89); }

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