Html Css Color HEX #A50558 Jazzberry Jam

📋 copy color: '#A50558'

red 165 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #A50558

Tints of Jazzberry Jam #A50558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 63.95%
G = 1.94%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A50558 (or 0xA50558) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 58. RGB value is (165,5,88). Sum of RGB (Red+Green+Blue) = 165+5+88=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A50558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50558 is #5AFAA7. Grayscale: #3E3E3E. Windows color (decimal): -5962408 or 5768613. OLE color: 5768613.

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

Color convert

RGB 165 5 88 -
CMYK 0 0.97 0.47 0.35
HSL 328.88º 0.94% 0.33% -
HSV(B) 328.88º 0.97% 0.65% -
XYZ 17.33 8.81 10.02 -
YUV 62.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 165 5 88 0 0.97 0.47 0.35 328.88 0.94 0.33
Hex A5 5 58 0 61 2F 23 149 5E 21
Octal 245 5 130 0 141 57 43 511 136 41
Binary 10100101 101 1011000 0 1100001 101111 100011 101001001 1011110 100001

Color Harmonies of #A50558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50558

Black with #A50558

Text Example


Text Example

White with #A50558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50558; }

 p { color: rgb(165,5,88); }

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

background-color css

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

 a { background-color: rgb(165,5,88); }

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

border-color css

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

 span { border-color: rgb(165,5,88); }

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