#AE0F4E

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

Shades of Jazzberry Jam #AE0F4E

Tints of Jazzberry Jam #AE0F4E

Color information

#AE0F4E (or 0xAE0F4E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0F and 4E. RGB value is (174,15,78). Sum of RGB (Red+Green+Blue) = 174+15+78=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F4E is #51F0B1. Grayscale: #454545. Windows color (decimal): -5370034 or 5115822. OLE color: 5115822.

HSL color Cylindrical-coordinate representation of color #AE0F4E: hue angle of 336.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F4E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1741578-
CMYK00.910.550.32
HSL336.23º84.13%37.06%-
HSV(B)336.23º91.38%68.24%-
XYZ199.898.12-
YUV69.72132.68202.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=65.17%
G=5.62%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174157800.910.550.32336.2384.1337.06
HexAEF4E05B37201505425
Octal256171160133674052012445
Binary1010111011111001110010110111101111000001010100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F4E; }

 p { color: rgb(174,15,78); }

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

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

 a { background-color: rgb(174,15,78); }

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

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

 span { border-color: rgb(174,15,78); }

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