Html Css Color HEX #A70256 Jazzberry Jam

📋 copy color: '#A70256'

red 167 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #A70256

Tints of Jazzberry Jam #A70256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 65.49%
G = 0.78%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A70256 (or 0xA70256) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 56. RGB value is (167,2,86). Sum of RGB (Red+Green+Blue) = 167+2+86=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A70256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70256 is #58FDA9. Grayscale: #3C3C3C. Windows color (decimal): -5832106 or 5636775. OLE color: 5636775.

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

Color convert

RGB 167 2 86 -
CMYK 0 0.99 0.49 0.35
HSL 329.45º 0.98% 0.33% -
HSV(B) 329.45º 0.99% 0.65% -
XYZ 17.64 8.93 9.6 -
YUV 60.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 167 2 86 0 0.99 0.49 0.35 329.45 0.98 0.33
Hex A7 2 56 0 63 31 23 149 62 21
Octal 247 2 126 0 143 61 43 511 142 41
Binary 10100111 10 1010110 0 1100011 110001 100011 101001001 1100010 100001

Color Harmonies of #A70256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70256

Black with #A70256

Text Example


Text Example

White with #A70256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70256; }

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

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

background-color css

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

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

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

border-color css

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

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

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