Html Css Color HEX #A50E65 Jazzberry Jam

📋 copy color: '#A50E65'

red 165 ◦ green 14 ◦ blue 101

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

Shades of Jazzberry Jam #A50E65

Tints of Jazzberry Jam #A50E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 58.93%
G = 5%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A50E65 (or 0xA50E65) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 65. RGB value is (165,14,101). Sum of RGB (Red+Green+Blue) = 165+14+101=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E65 is #5AF19A. Grayscale: #444444. Windows color (decimal): -5960091 or 6622885. OLE color: 6622885.

HSL color Cylindrical-coordinate representation of color #A50E65: hue angle of 325.43º 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 #A50E65 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 14 101 -
CMYK 0 0.92 0.39 0.35
HSL 325.43º 0.84% 0.35% -
HSV(B) 325.43º 0.92% 0.65% -
XYZ 18.02 9.25 13.15 -
YUV 69.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 165 14 101 0 0.92 0.39 0.35 325.43 0.84 0.35
Hex A5 E 65 0 5C 27 23 145 54 23
Octal 245 16 145 0 134 47 43 505 124 43
Binary 10100101 1110 1100101 0 1011100 100111 100011 101000101 1010100 100011

Color Harmonies of #A50E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E65

Black with #A50E65

Text Example


Text Example

White with #A50E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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