#A3015C

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

Shades of Jazzberry Jam #A3015C

Tints of Jazzberry Jam #A3015C

Color information

#A3015C (or 0xA3015C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 01 and 5C. RGB value is (163,1,92). Sum of RGB (Red+Green+Blue) = 163+1+92=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3015C is #5CFEA3. Grayscale: #3B3B3B. Windows color (decimal): -6094500 or 6029731. OLE color: 6029731.

HSL color Cylindrical-coordinate representation of color #A3015C: hue angle of 326.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3015C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB163192-
CMYK00.990.440.36
HSL326.3º98.78%32.16%-
HSV(B)326.3º99.39%63.92%-
XYZ17.058.5810.88-
YUV59.81146.17201.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=63.67%
G=0.39%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16319200.990.440.36326.398.7832.16
HexA315C0632C241466320
Octal24311340143544450614340
Binary1010001111011100011000111011001001001010001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3015C; }

 p { color: rgb(163,1,92); }

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

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

 a { background-color: rgb(163,1,92); }

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

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

 span { border-color: rgb(163,1,92); }

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