#A8075E

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

Shades of Jazzberry Jam #A8075E

Tints of Jazzberry Jam #A8075E

Color information

#A8075E (or 0xA8075E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 5E. RGB value is (168,7,94). Sum of RGB (Red+Green+Blue) = 168+7+94=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8075E is #57F8A1. Grayscale: #404040. Windows color (decimal): -5765282 or 6162344. OLE color: 6162344.

HSL color Cylindrical-coordinate representation of color #A8075E: hue angle of 327.58º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8075E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB168794-
CMYK00.960.440.34
HSL327.58º92%34.31%-
HSV(B)327.58º95.83%65.88%-
XYZ18.249.2811.42-
YUV65.06144.34201.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=62.45%
G=2.60%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16879400.960.440.34327.589234.31
HexA875E0602C221485c22
Octal25071360140544251013442
Binary101010001111011110011000001011001000101010010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8075E; }

 p { color: rgb(168,7,94); }

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

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

 a { background-color: rgb(168,7,94); }

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

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

 span { border-color: rgb(168,7,94); }

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