#AA2363

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

Shades of Jazzberry Jam #AA2363

Tints of Jazzberry Jam #AA2363

Color information

#AA2363 (or 0xAA2363) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 23 and 63. RGB value is (170,35,99). Sum of RGB (Red+Green+Blue) = 170+35+99=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2363 is #55DC9C. Grayscale: #525252. Windows color (decimal): -5627037 or 6497194. OLE color: 6497194.

HSL color Cylindrical-coordinate representation of color #AA2363: hue angle of 331.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2363 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1703599-
CMYK00.790.420.33
HSL331.56º65.85%40.2%-
HSV(B)331.56º79.41%66.67%-
XYZ19.4310.6512.84-
YUV82.66137.23190.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=55.92%
G=11.51%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170359900.790.420.33331.5665.8540.2
HexAA236304F2A2114c4228
Octal252431430117524151410250
Binary101010101000111100011010011111010101000011010011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2363; }

 p { color: rgb(170,35,99); }

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

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

 a { background-color: rgb(170,35,99); }

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

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

 span { border-color: rgb(170,35,99); }

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