#A8035E

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

Shades of Jazzberry Jam #A8035E

Tints of Jazzberry Jam #A8035E

Color information

#A8035E (or 0xA8035E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 03 and 5E. RGB value is (168,3,94). Sum of RGB (Red+Green+Blue) = 168+3+94=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8035E is #57FCA1. Grayscale: #3E3E3E. Windows color (decimal): -5766306 or 6161320. OLE color: 6161320.

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

Color convert

RGB168394-
CMYK00.980.440.34
HSL326.91º96.49%33.53%-
HSV(B)326.91º98.21%65.88%-
XYZ18.29.211.41-
YUV62.71145.66203.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=63.40%
G=1.13%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16839400.980.440.34326.9196.4933.53
HexA835E0622C221476022
Octal25031360142544250714042
Binary10101000111011110011000101011001000101010001111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8035E; }

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

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

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

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

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

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

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

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