#A3165A

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

Shades of Jazzberry Jam #A3165A

Tints of Jazzberry Jam #A3165A

Color information

#A3165A (or 0xA3165A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 5A. RGB value is (163,22,90). Sum of RGB (Red+Green+Blue) = 163+22+90=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3165A is #5CE9A5. Grayscale: #474747. Windows color (decimal): -6089126 or 5904035. OLE color: 5904035.

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

Color convert

RGB1632290-
CMYK00.870.450.36
HSL331.06º76.22%36.27%-
HSV(B)331.06º86.5%63.92%-
XYZ17.249.110.52-
YUV71.91138.21192.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=59.27%
G=8%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163229000.870.450.36331.0676.2236.27
HexA3165A0572D2414b4c24
Octal243261320127554451311444
Binary10100011101101011010010101111011011001001010010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3165A; }

 p { color: rgb(163,22,90); }

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

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

 a { background-color: rgb(163,22,90); }

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

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

 span { border-color: rgb(163,22,90); }

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