Html Css Color HEX #A50E63 Jazzberry Jam

📋 copy color: '#A50E63'

red 165 ◦ green 14 ◦ blue 99

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

Shades of Jazzberry Jam #A50E63

Tints of Jazzberry Jam #A50E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 59.35%
G = 5.04%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A50E63 (or 0xA50E63) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 63. RGB value is (165,14,99). Sum of RGB (Red+Green+Blue) = 165+14+99=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E63 is #5AF19C. Grayscale: #444444. Windows color (decimal): -5960093 or 6491813. OLE color: 6491813.

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

Color convert

RGB 165 14 99 -
CMYK 0 0.92 0.40 0.35
HSL 326.23º 0.84% 0.35% -
HSV(B) 326.23º 0.92% 0.65% -
XYZ 17.93 9.21 12.64 -
YUV 68.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 165 14 99 0 0.92 0.40 0.35 326.23 0.84 0.35
Hex A5 E 63 0 5C 28 23 146 54 23
Octal 245 16 143 0 134 50 43 506 124 43
Binary 10100101 1110 1100011 0 1011100 101000 100011 101000110 1010100 100011

Color Harmonies of #A50E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E63

Black with #A50E63

Text Example


Text Example

White with #A50E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E63; }

 p { color: rgb(165,14,99); }

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

background-color css

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

 a { background-color: rgb(165,14,99); }

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

border-color css

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

 span { border-color: rgb(165,14,99); }

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