#A8035C

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

Shades of Jazzberry Jam #A8035C

Tints of Jazzberry Jam #A8035C

Color information

#A8035C (or 0xA8035C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 03 and 5C. RGB value is (168,3,92). Sum of RGB (Red+Green+Blue) = 168+3+92=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8035C is #57FCA3. Grayscale: #3E3E3E. Windows color (decimal): -5766308 or 6030248. OLE color: 6030248.

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

Color convert

RGB168392-
CMYK00.980.450.34
HSL327.64º96.49%33.53%-
HSV(B)327.64º98.21%65.88%-
XYZ18.119.1610.94-
YUV62.48144.66203.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.88%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=63.88%
G=1.14%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16839200.980.450.34327.6496.4933.53
HexA835C0622D221486022
Octal25031340142554251014042
Binary10101000111011100011000101011011000101010010001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8035C; }

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

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

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

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

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

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

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

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