#AE0353

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

Shades of Jazzberry Jam #AE0353

Tints of Jazzberry Jam #AE0353

Color information

#AE0353 (or 0xAE0353) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 03 and 53. RGB value is (174,3,83). Sum of RGB (Red+Green+Blue) = 174+3+83=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0353 is #51FCAC. Grayscale: #3F3F3F. Windows color (decimal): -5373101 or 5440430. OLE color: 5440430.

HSL color Cylindrical-coordinate representation of color #AE0353: hue angle of 331.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0353 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB174383-
CMYK00.980.520.32
HSL331.93º96.61%34.71%-
HSV(B)331.93º98.28%68.24%-
XYZ19.059.699.05-
YUV63.25139.15207-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=66.92%
G=1.15%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17438300.980.520.32331.9396.6134.71
HexAE353062342014c6123
Octal25631230142644051414143
Binary10101110111010011011000101101001000001010011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0353; }

 p { color: rgb(174,3,83); }

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

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

 a { background-color: rgb(174,3,83); }

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

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

 span { border-color: rgb(174,3,83); }

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