#A3146F

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

Shades of Jazzberry Jam #A3146F

Tints of Jazzberry Jam #A3146F

Color information

#A3146F (or 0xA3146F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 14 and 6F. RGB value is (163,20,111). Sum of RGB (Red+Green+Blue) = 163+20+111=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3146F is #5CEB90. Grayscale: #484848. Windows color (decimal): -6089617 or 7279779. OLE color: 7279779.

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

Color convert

RGB16320111-
CMYK00.880.320.36
HSL321.82º78.14%35.88%-
HSV(B)321.82º87.73%63.92%-
XYZ18.229.4315.9-
YUV73.13149.38192.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=55.44%
G=6.80%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632011100.880.320.36321.8278.1435.88
HexA3146F05820241424e24
Octal243241570130404450211644
Binary10100011101001101111010110001000001001001010000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3146F; }

 p { color: rgb(163,20,111); }

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

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

 a { background-color: rgb(163,20,111); }

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

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

 span { border-color: rgb(163,20,111); }

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