Html Css Color HEX #A70046 Jazzberry Jam

📋 copy color: '#A70046'

red 167 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #A70046

Tints of Jazzberry Jam #A70046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 70.46%
G = 0%
B = 29.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A70046 (or 0xA70046) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 46. RGB value is (167,0,70). Sum of RGB (Red+Green+Blue) = 167+0+70=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A70046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70046 is #58FFB9. Grayscale: #393939. Windows color (decimal): -5832634 or 4587687. OLE color: 4587687.

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

Color convert

RGB 167 0 70 -
CMYK 0 1 0.58 0.35
HSL 334.85º 1% 0.33% -
HSV(B) 334.85º 1% 0.65% -
XYZ 17.04 8.66 6.57 -
YUV 57.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 167 0 70 0 1 0.58 0.35 334.85 1 0.33
Hex A7 0 46 0 64 3A 23 14F 64 21
Octal 247 0 106 0 144 72 43 517 144 41
Binary 10100111 0 1000110 0 1100100 111010 100011 101001111 1100100 100001

Color Harmonies of #A70046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70046

Black with #A70046

Text Example


Text Example

White with #A70046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70046; }

 p { color: rgb(167,0,70); }

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

background-color css

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

 a { background-color: rgb(167,0,70); }

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

border-color css

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

 span { border-color: rgb(167,0,70); }

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