Html Css Color HEX #A50F64 Jazzberry Jam

📋 copy color: '#A50F64'

red 165 ◦ green 15 ◦ blue 100

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

Shades of Jazzberry Jam #A50F64

Tints of Jazzberry Jam #A50F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 58.93%
G = 5.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A50F64 (or 0xA50F64) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 64. RGB value is (165,15,100). Sum of RGB (Red+Green+Blue) = 165+15+100=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F64 is #5AF09B. Grayscale: #454545. Windows color (decimal): -5959836 or 6557605. OLE color: 6557605.

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

Color convert

RGB 165 15 100 -
CMYK 0 0.91 0.39 0.35
HSL 326º 0.83% 0.35% -
HSV(B) 326º 0.91% 0.65% -
XYZ 17.99 9.26 12.9 -
YUV 69.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 165 15 100 0 0.91 0.39 0.35 326 0.83 0.35
Hex A5 F 64 0 5B 27 23 146 53 23
Octal 245 17 144 0 133 47 43 506 123 43
Binary 10100101 1111 1100100 0 1011011 100111 100011 101000110 1010011 100011

Color Harmonies of #A50F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F64

Black with #A50F64

Text Example


Text Example

White with #A50F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F64; }

 p { color: rgb(165,15,100); }

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

background-color css

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

 a { background-color: rgb(165,15,100); }

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

border-color css

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

 span { border-color: rgb(165,15,100); }

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