#A7095D

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

Shades of Jazzberry Jam #A7095D

Tints of Jazzberry Jam #A7095D

Color information

#A7095D (or 0xA7095D) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 09 and 5D. RGB value is (167,9,93). Sum of RGB (Red+Green+Blue) = 167+9+93=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A7095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7095D is #58F6A2. Grayscale: #414141. Windows color (decimal): -5830307 or 6097319. OLE color: 6097319.

HSL color Cylindrical-coordinate representation of color #A7095D: hue angle of 328.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7095D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB167993-
CMYK00.950.440.35
HSL328.1º89.77%34.51%-
HSV(B)328.1º94.61%65.49%-
XYZ18.019.211.18-
YUV65.82143.35200.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.08%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=62.08%
G=3.35%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16799300.950.440.35328.189.7734.51
HexA795D05F2C231485a23
Octal247111350137544351013243
Binary1010011110011011101010111111011001000111010010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7095D; }

 p { color: rgb(167,9,93); }

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

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

 a { background-color: rgb(167,9,93); }

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

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

 span { border-color: rgb(167,9,93); }

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