#A7025A

Color #A7025A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A7025A

Tints of Jazzberry Jam #A7025A

Color information

#A7025A (or 0xA7025A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 02 and 5A. RGB value is (167,2,90). Sum of RGB (Red+Green+Blue) = 167+2+90=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7025A is #58FDA5. Grayscale: #3D3D3D. Windows color (decimal): -5832102 or 5898919. OLE color: 5898919.

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

Color convert

RGB167290-
CMYK00.990.460.35
HSL328º97.63%33.14%-
HSV(B)328º98.8%65.49%-
XYZ17.8910.47-
YUV61.37144.16203.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=64.48%
G=0.77%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16729000.990.460.3532897.6333.14
HexA725A0632E231486221
Octal24721320143564351014241
Binary10100111101011010011000111011101000111010010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7025A; }

 p { color: rgb(167,2,90); }

 H1.HeaderClassName
 {
   color: #A7025A;
 }
 .AnyTagClassName
 {
   color: #A7025A;
 }
</style>
background-color css

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

 a { background-color: rgb(167,2,90); }

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

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

 span { border-color: rgb(167,2,90); }

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