Html Css Color HEX #A50057 Jazzberry Jam

📋 copy color: '#A50057'

red 165 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #A50057

Tints of Jazzberry Jam #A50057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 65.48%
G = 0%
B = 34.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A50057 (or 0xA50057) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 57. RGB value is (165,0,87). Sum of RGB (Red+Green+Blue) = 165+0+87=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A50057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50057 is #5AFFA8. Grayscale: #3B3B3B. Windows color (decimal): -5963689 or 5701797. OLE color: 5701797.

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

Color convert

RGB 165 0 87 -
CMYK 0 1 0.47 0.35
HSL 328.36º 1% 0.32% -
HSV(B) 328.36º 1% 0.65% -
XYZ 17.24 8.69 9.79 -
YUV 59.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 165 0 87 0 1 0.47 0.35 328.36 1 0.32
Hex A5 0 57 0 64 2F 23 148 64 20
Octal 245 0 127 0 144 57 43 510 144 40
Binary 10100101 0 1010111 0 1100100 101111 100011 101001000 1100100 100000

Color Harmonies of #A50057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50057

Black with #A50057

Text Example


Text Example

White with #A50057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50057; }

 p { color: rgb(165,0,87); }

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

background-color css

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

 a { background-color: rgb(165,0,87); }

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

border-color css

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

 span { border-color: rgb(165,0,87); }

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