#A8135C

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

Shades of Jazzberry Jam #A8135C

Tints of Jazzberry Jam #A8135C

Color information

#A8135C (or 0xA8135C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 13 and 5C. RGB value is (168,19,92). Sum of RGB (Red+Green+Blue) = 168+19+92=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8135C is #57ECA3. Grayscale: #474747. Windows color (decimal): -5762212 or 6034344. OLE color: 6034344.

HSL color Cylindrical-coordinate representation of color #A8135C: hue angle of 330.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8135C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1681992-
CMYK00.890.450.34
HSL330.6º79.68%36.67%-
HSV(B)330.6º88.69%65.88%-
XYZ18.319.5611.01-
YUV71.87139.36196.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=60.22%
G=6.81%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168199200.890.450.34330.679.6836.67
HexA8135C0592D2214b5025
Octal250231340131554251312045
Binary10101000100111011100010110011011011000101010010111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8135C; }

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

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

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

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

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

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

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

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