Html Css Color HEX #A7005E Jazzberry Jam

📋 copy color: '#A7005E'

red 167 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A7005E

Tints of Jazzberry Jam #A7005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 63.98%
G = 0%
B = 36.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7005E (or 0xA7005E) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 5E. RGB value is (167,0,94). Sum of RGB (Red+Green+Blue) = 167+0+94=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7005E is #58FFA1. Grayscale: #3C3C3C. Windows color (decimal): -5832610 or 6160551. OLE color: 6160551.

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

Color convert

RGB 167 0 94 -
CMYK 0 1 0.44 0.35
HSL 326.23º 1% 0.33% -
HSV(B) 326.23º 1% 0.65% -
XYZ 17.96 9.02 11.38 -
YUV 60.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 167 0 94 0 1 0.44 0.35 326.23 1 0.33
Hex A7 0 5E 0 64 2C 23 146 64 21
Octal 247 0 136 0 144 54 43 506 144 41
Binary 10100111 0 1011110 0 1100100 101100 100011 101000110 1100100 100001

Color Harmonies of #A7005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7005E

Black with #A7005E

Text Example


Text Example

White with #A7005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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