#A8075A

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

Shades of Jazzberry Jam #A8075A

Tints of Jazzberry Jam #A8075A

Color information

#A8075A (or 0xA8075A) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 5A. RGB value is (168,7,90). Sum of RGB (Red+Green+Blue) = 168+7+90=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8075A is #57F8A5. Grayscale: #404040. Windows color (decimal): -5765286 or 5900200. OLE color: 5900200.

HSL color Cylindrical-coordinate representation of color #A8075A: hue angle of 329.07º 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 #A8075A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB168790-
CMYK00.960.460.34
HSL329.07º92%34.31%-
HSV(B)329.07º95.83%65.88%-
XYZ18.079.2110.5-
YUV64.6142.34201.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=63.40%
G=2.64%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16879000.960.460.34329.079234.31
HexA875A0602E221495c22
Octal25071320140564251113442
Binary101010001111011010011000001011101000101010010011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8075A; }

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

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

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

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

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

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

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

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