#AE1073

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

Shades of Jazzberry Jam #AE1073

Tints of Jazzberry Jam #AE1073

Color information

#AE1073 (or 0xAE1073) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 73. RGB value is (174,16,115). Sum of RGB (Red+Green+Blue) = 174+16+115=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1073 is #51EF8C. Grayscale: #4A4A4A. Windows color (decimal): -5369741 or 7540910. OLE color: 7540910.

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

Color convert

RGB17416115-
CMYK00.910.340.32
HSL322.41º83.16%37.25%-
HSV(B)322.41º90.8%68.24%-
XYZ20.7410.6117.17-
YUV74.53150.85198.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=57.05%
G=5.25%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741611500.910.340.32322.4183.1637.25
HexAE107305B22201425325
Octal256201630133424050212345
Binary10101110100001110011010110111000101000001010000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1073; }

 p { color: rgb(174,16,115); }

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

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

 a { background-color: rgb(174,16,115); }

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

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

 span { border-color: rgb(174,16,115); }

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