Html Css Color HEX #A50F70 Jazzberry Jam

📋 copy color: '#A50F70'

red 165 ◦ green 15 ◦ blue 112

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

Shades of Jazzberry Jam #A50F70

Tints of Jazzberry Jam #A50F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 56.51%
G = 5.14%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50F70 (or 0xA50F70) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 70. RGB value is (165,15,112). Sum of RGB (Red+Green+Blue) = 165+15+112=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F70 is #5AF08F. Grayscale: #464646. Windows color (decimal): -5959824 or 7344037. OLE color: 7344037.

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

Color convert

RGB 165 15 112 -
CMYK 0 0.91 0.32 0.35
HSL 321.2º 0.83% 0.35% -
HSV(B) 321.2º 0.91% 0.65% -
XYZ 18.61 9.51 16.18 -
YUV 70.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 165 15 112 0 0.91 0.32 0.35 321.2 0.83 0.35
Hex A5 F 70 0 5B 20 23 141 53 23
Octal 245 17 160 0 133 40 43 501 123 43
Binary 10100101 1111 1110000 0 1011011 100000 100011 101000001 1010011 100011

Color Harmonies of #A50F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F70

Black with #A50F70

Text Example


Text Example

White with #A50F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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