Html Css Color HEX #A7004A Jazzberry Jam

📋 copy color: '#A7004A'

red 167 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #A7004A

Tints of Jazzberry Jam #A7004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 69.29%
G = 0%
B = 30.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7004A (or 0xA7004A) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 4A. RGB value is (167,0,74). Sum of RGB (Red+Green+Blue) = 167+0+74=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A7004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7004A is #58FFB5. Grayscale: #3A3A3A. Windows color (decimal): -5832630 or 4849831. OLE color: 4849831.

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

Color convert

RGB 167 0 74 -
CMYK 0 1 0.56 0.35
HSL 333.41º 1% 0.33% -
HSV(B) 333.41º 1% 0.65% -
XYZ 17.17 8.71 7.25 -
YUV 58.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 167 0 74 0 1 0.56 0.35 333.41 1 0.33
Hex A7 0 4A 0 64 38 23 14D 64 21
Octal 247 0 112 0 144 70 43 515 144 41
Binary 10100111 0 1001010 0 1100100 111000 100011 101001101 1100100 100001

Color Harmonies of #A7004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7004A

Black with #A7004A

Text Example


Text Example

White with #A7004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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