Html Css Color HEX #A70044 Jazzberry Jam

📋 copy color: '#A70044'

red 167 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #A70044

Tints of Jazzberry Jam #A70044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 71.06%
G = 0%
B = 28.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A70044 (or 0xA70044) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 44. RGB value is (167,0,68). Sum of RGB (Red+Green+Blue) = 167+0+68=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A70044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70044 is #58FFBB. Grayscale: #393939. Windows color (decimal): -5832636 or 4456615. OLE color: 4456615.

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

Color convert

RGB 167 0 68 -
CMYK 0 1 0.59 0.35
HSL 335.57º 1% 0.33% -
HSV(B) 335.57º 1% 0.65% -
XYZ 16.98 8.63 6.24 -
YUV 57.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 167 0 68 0 1 0.59 0.35 335.57 1 0.33
Hex A7 0 44 0 64 3B 23 150 64 21
Octal 247 0 104 0 144 73 43 520 144 41
Binary 10100111 0 1000100 0 1100100 111011 100011 101010000 1100100 100001

Color Harmonies of #A70044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70044

Black with #A70044

Text Example


Text Example

White with #A70044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70044; }

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

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

background-color css

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

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

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

border-color css

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

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

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