Html Css Color HEX #A70048 Jazzberry Jam

📋 copy color: '#A70048'

red 167 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #A70048

Tints of Jazzberry Jam #A70048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 69.87%
G = 0%
B = 30.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A70048 (or 0xA70048) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 48. RGB value is (167,0,72). Sum of RGB (Red+Green+Blue) = 167+0+72=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A70048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70048 is #58FFB7. Grayscale: #3A3A3A. Windows color (decimal): -5832632 or 4718759. OLE color: 4718759.

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

Color convert

RGB 167 0 72 -
CMYK 0 1 0.57 0.35
HSL 334.13º 1% 0.33% -
HSV(B) 334.13º 1% 0.65% -
XYZ 17.11 8.68 6.91 -
YUV 58.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 167 0 72 0 1 0.57 0.35 334.13 1 0.33
Hex A7 0 48 0 64 39 23 14E 64 21
Octal 247 0 110 0 144 71 43 516 144 41
Binary 10100111 0 1001000 0 1100100 111001 100011 101001110 1100100 100001

Color Harmonies of #A70048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70048

Black with #A70048

Text Example


Text Example

White with #A70048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70048; }

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

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

background-color css

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

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

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

border-color css

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

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

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