Html Css Color HEX #A50155 Jazzberry Jam

📋 copy color: '#A50155'

red 165 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #A50155

Tints of Jazzberry Jam #A50155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 65.74%
G = 0.4%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A50155 (or 0xA50155) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 55. RGB value is (165,1,85). Sum of RGB (Red+Green+Blue) = 165+1+85=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A50155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50155 is #5AFEAA. Grayscale: #3B3B3B. Windows color (decimal): -5963435 or 5570981. OLE color: 5570981.

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

Color convert

RGB 165 1 85 -
CMYK 0 0.99 0.48 0.35
HSL 329.27º 0.99% 0.33% -
HSV(B) 329.27º 0.99% 0.65% -
XYZ 17.17 8.68 9.36 -
YUV 59.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 165 1 85 0 0.99 0.48 0.35 329.27 0.99 0.33
Hex A5 1 55 0 63 30 23 149 63 21
Octal 245 1 125 0 143 60 43 511 143 41
Binary 10100101 1 1010101 0 1100011 110000 100011 101001001 1100011 100001

Color Harmonies of #A50155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50155

Black with #A50155

Text Example


Text Example

White with #A50155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50155; }

 p { color: rgb(165,1,85); }

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

background-color css

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

 a { background-color: rgb(165,1,85); }

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

border-color css

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

 span { border-color: rgb(165,1,85); }

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