Html Css Color HEX #A70560 Jazzberry Jam

📋 copy color: '#A70560'

red 167 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #A70560

Tints of Jazzberry Jam #A70560

RGB

 RED value IS 167 (65.63% from 255) = 62.31%

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 62.31%
G = 1.87%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A70560 (or 0xA70560) is known color: Jazzberry Jam. HEX triplet: A7, 05 and 60. RGB value is (167,5,96). Sum of RGB (Red+Green+Blue) = 167+5+96=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A70560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70560 is #58FA9F. Grayscale: #3F3F3F. Windows color (decimal): -5831328 or 6292903. OLE color: 6292903.

HSL color Cylindrical-coordinate representation of color #A70560: hue angle of 326.3º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70560 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 96 -
CMYK 0 0.97 0.43 0.35
HSL 326.3º 0.94% 0.34% -
HSV(B) 326.3º 0.97% 0.65% -
XYZ 18.1 9.17 11.88 -
YUV 63.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 167 5 96 0 0.97 0.43 0.35 326.3 0.94 0.34
Hex A7 5 60 0 61 2B 23 146 5E 22
Octal 247 5 140 0 141 53 43 506 136 42
Binary 10100111 101 1100000 0 1100001 101011 100011 101000110 1011110 100010

Color Harmonies of #A70560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70560

Black with #A70560

Text Example


Text Example

White with #A70560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70560; }

 p { color: rgb(167,5,96); }

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

background-color css

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

 a { background-color: rgb(167,5,96); }

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

border-color css

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

 span { border-color: rgb(167,5,96); }

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