Html Css Color HEX #A70149 Jazzberry Jam

📋 copy color: '#A70149'

red 167 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #A70149

Tints of Jazzberry Jam #A70149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 69.29%
G = 0.41%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A70149 (or 0xA70149) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 49. RGB value is (167,1,73). Sum of RGB (Red+Green+Blue) = 167+1+73=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A70149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70149 is #58FEB6. Grayscale: #3A3A3A. Windows color (decimal): -5832375 or 4784551. OLE color: 4784551.

HSL color Cylindrical-coordinate representation of color #A70149: hue angle of 333.98º degrees, saturation: 0.99, 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 #A70149 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 73 -
CMYK 0 0.99 0.56 0.35
HSL 333.98º 0.99% 0.33% -
HSV(B) 333.98º 0.99% 0.65% -
XYZ 17.15 8.72 7.08 -
YUV 58.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 167 1 73 0 0.99 0.56 0.35 333.98 0.99 0.33
Hex A7 1 49 0 63 38 23 14E 63 21
Octal 247 1 111 0 143 70 43 516 143 41
Binary 10100111 1 1001001 0 1100011 111000 100011 101001110 1100011 100001

Color Harmonies of #A70149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70149

Black with #A70149

Text Example


Text Example

White with #A70149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70149; }

 p { color: rgb(167,1,73); }

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

background-color css

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

 a { background-color: rgb(167,1,73); }

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

border-color css

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

 span { border-color: rgb(167,1,73); }

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