#A3126F

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

Shades of Jazzberry Jam #A3126F

Tints of Jazzberry Jam #A3126F

Color information

#A3126F (or 0xA3126F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 12 and 6F. RGB value is (163,18,111). Sum of RGB (Red+Green+Blue) = 163+18+111=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3126F is #5CED90. Grayscale: #474747. Windows color (decimal): -6090129 or 7279267. OLE color: 7279267.

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

Color convert

RGB16318111-
CMYK00.890.320.36
HSL321.52º80.11%35.49%-
HSV(B)321.52º88.96%63.92%-
XYZ18.199.3715.89-
YUV71.96150.04192.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=55.82%
G=6.16%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631811100.890.320.36321.5280.1135.49
HexA3126F05920241425023
Octal243221570131404450212043
Binary10100011100101101111010110011000001001001010000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3126F; }

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

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

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

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

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

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

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

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