Html Css Color HEX #A50B54 Jazzberry Jam

📋 copy color: '#A50B54'

red 165 ◦ green 11 ◦ blue 84

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

Shades of Jazzberry Jam #A50B54

Tints of Jazzberry Jam #A50B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.23%

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 63.46%
G = 4.23%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A50B54 (or 0xA50B54) is known color: Jazzberry Jam. HEX triplet: A5, 0B and 54. RGB value is (165,11,84). Sum of RGB (Red+Green+Blue) = 165+11+84=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B54 is #5AF4AB. Grayscale: #414141. Windows color (decimal): -5960876 or 5508005. OLE color: 5508005.

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

Color convert

RGB 165 11 84 -
CMYK 0 0.93 0.49 0.35
HSL 331.56º 0.88% 0.35% -
HSV(B) 331.56º 0.93% 0.65% -
XYZ 17.24 8.88 9.19 -
YUV 65.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 165 11 84 0 0.93 0.49 0.35 331.56 0.88 0.35
Hex A5 B 54 0 5D 31 23 14C 58 23
Octal 245 13 124 0 135 61 43 514 130 43
Binary 10100101 1011 1010100 0 1011101 110001 100011 101001100 1011000 100011

Color Harmonies of #A50B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B54

Black with #A50B54

Text Example


Text Example

White with #A50B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B54; }

 p { color: rgb(165,11,84); }

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

background-color css

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

 a { background-color: rgb(165,11,84); }

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

border-color css

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

 span { border-color: rgb(165,11,84); }

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