Html Css Color HEX #A70456 Jazzberry Jam

📋 copy color: '#A70456'

red 167 ◦ green 4 ◦ blue 86

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

Shades of Jazzberry Jam #A70456

Tints of Jazzberry Jam #A70456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 64.98%
G = 1.56%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A70456 (or 0xA70456) is known color: Jazzberry Jam. HEX triplet: A7, 04 and 56. RGB value is (167,4,86). Sum of RGB (Red+Green+Blue) = 167+4+86=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A70456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70456 is #58FBA9. Grayscale: #3D3D3D. Windows color (decimal): -5831594 or 5637287. OLE color: 5637287.

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

Color convert

RGB 167 4 86 -
CMYK 0 0.98 0.49 0.35
HSL 329.82º 0.95% 0.34% -
HSV(B) 329.82º 0.98% 0.65% -
XYZ 17.66 8.97 9.61 -
YUV 62.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 167 4 86 0 0.98 0.49 0.35 329.82 0.95 0.34
Hex A7 4 56 0 62 31 23 14A 5F 22
Octal 247 4 126 0 142 61 43 512 137 42
Binary 10100111 100 1010110 0 1100010 110001 100011 101001010 1011111 100010

Color Harmonies of #A70456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70456

Black with #A70456

Text Example


Text Example

White with #A70456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70456; }

 p { color: rgb(167,4,86); }

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

background-color css

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

 a { background-color: rgb(167,4,86); }

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

border-color css

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

 span { border-color: rgb(167,4,86); }

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