#AE1058

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

Shades of Jazzberry Jam #AE1058

Tints of Jazzberry Jam #AE1058

Color information

#AE1058 (or 0xAE1058) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 58. RGB value is (174,16,88). Sum of RGB (Red+Green+Blue) = 174+16+88=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1058 is #51EFA7. Grayscale: #474747. Windows color (decimal): -5369768 or 5771438. OLE color: 5771438.

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

Color convert

RGB1741688-
CMYK00.910.490.32
HSL332.66º83.16%37.25%-
HSV(B)332.66º90.8%68.24%-
XYZ19.410.0710.15-
YUV71.45137.35201.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 16 (6.64% from 255) = 5.76%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=62.59%
G=5.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174168800.910.490.32332.6683.1637.25
HexAE105805B312014d5325
Octal256201300133614051512345
Binary10101110100001011000010110111100011000001010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1058; }

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

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

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

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

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

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

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

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