Html Css Color HEX #A50F5A Jazzberry Jam

📋 copy color: '#A50F5A'

red 165 ◦ green 15 ◦ blue 90

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

Shades of Jazzberry Jam #A50F5A

Tints of Jazzberry Jam #A50F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 61.11%
G = 5.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A50F5A (or 0xA50F5A) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 5A. RGB value is (165,15,90). Sum of RGB (Red+Green+Blue) = 165+15+90=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F5A is #5AF0A5. Grayscale: #444444. Windows color (decimal): -5959846 or 5902245. OLE color: 5902245.

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

Color convert

RGB 165 15 90 -
CMYK 0 0.91 0.45 0.35
HSL 330º 0.83% 0.35% -
HSV(B) 330º 0.91% 0.65% -
XYZ 17.53 9.08 10.5 -
YUV 68.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 165 15 90 0 0.91 0.45 0.35 330 0.83 0.35
Hex A5 F 5A 0 5B 2D 23 14A 53 23
Octal 245 17 132 0 133 55 43 512 123 43
Binary 10100101 1111 1011010 0 1011011 101101 100011 101001010 1010011 100011

Color Harmonies of #A50F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F5A

Black with #A50F5A

Text Example


Text Example

White with #A50F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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