#AE1350

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

Shades of Jazzberry Jam #AE1350

Tints of Jazzberry Jam #AE1350

Color information

#AE1350 (or 0xAE1350) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 50. RGB value is (174,19,80). Sum of RGB (Red+Green+Blue) = 174+19+80=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1350 is #51ECAF. Grayscale: #484848. Windows color (decimal): -5369008 or 5247918. OLE color: 5247918.

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

Color convert

RGB1741980-
CMYK00.890.540.32
HSL336.39º80.31%37.84%-
HSV(B)336.39º89.08%68.24%-
XYZ19.1410.048.52-
YUV72.3132.35200.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=63.74%
G=6.96%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174198000.890.540.32336.3980.3137.84
HexAE135005936201505026
Octal256231200131664052012046
Binary10101110100111010000010110011101101000001010100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1350; }

 p { color: rgb(174,19,80); }

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

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

 a { background-color: rgb(174,19,80); }

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

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

 span { border-color: rgb(174,19,80); }

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