Html Css Color HEX #A50656 Jazzberry Jam

📋 copy color: '#A50656'

red 165 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #A50656

Tints of Jazzberry Jam #A50656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 64.2%
G = 2.33%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A50656 (or 0xA50656) is known color: Jazzberry Jam. HEX triplet: A5, 06 and 56. RGB value is (165,6,86). Sum of RGB (Red+Green+Blue) = 165+6+86=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A50656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50656 is #5AF9A9. Grayscale: #3E3E3E. Windows color (decimal): -5962154 or 5637797. OLE color: 5637797.

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

Color convert

RGB 165 6 86 -
CMYK 0 0.96 0.48 0.35
HSL 329.81º 0.93% 0.34% -
HSV(B) 329.81º 0.96% 0.65% -
XYZ 17.26 8.8 9.59 -
YUV 62.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 165 6 86 0 0.96 0.48 0.35 329.81 0.93 0.34
Hex A5 6 56 0 60 30 23 14A 5D 22
Octal 245 6 126 0 140 60 43 512 135 42
Binary 10100101 110 1010110 0 1100000 110000 100011 101001010 1011101 100010

Color Harmonies of #A50656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50656

Black with #A50656

Text Example


Text Example

White with #A50656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50656; }

 p { color: rgb(165,6,86); }

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

background-color css

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

 a { background-color: rgb(165,6,86); }

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

border-color css

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

 span { border-color: rgb(165,6,86); }

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