#AE0F6E

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

Shades of Jazzberry Jam #AE0F6E

Tints of Jazzberry Jam #AE0F6E

Color information

#AE0F6E (or 0xAE0F6E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0F and 6E. RGB value is (174,15,110). Sum of RGB (Red+Green+Blue) = 174+15+110=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F6E is #51F091. Grayscale: #494949. Windows color (decimal): -5370002 or 7212974. OLE color: 7212974.

HSL color Cylindrical-coordinate representation of color #AE0F6E: hue angle of 324.15º 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 #AE0F6E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17415110-
CMYK00.910.370.32
HSL324.15º84.13%37.06%-
HSV(B)324.15º91.38%68.24%-
XYZ20.4410.4715.69-
YUV73.37148.68199.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=58.19%
G=5.02%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741511000.910.370.32324.1584.1337.06
HexAEF6E05B25201445425
Octal256171560133454050412445
Binary1010111011111101110010110111001011000001010001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F6E; }

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

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

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

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

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

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

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

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