#AE185D

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

Shades of Jazzberry Jam #AE185D

Tints of Jazzberry Jam #AE185D

Color information

#AE185D (or 0xAE185D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 18 and 5D. RGB value is (174,24,93). Sum of RGB (Red+Green+Blue) = 174+24+93=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE185D is #51E7A2. Grayscale: #4C4C4C. Windows color (decimal): -5367715 or 6101166. OLE color: 6101166.

HSL color Cylindrical-coordinate representation of color #AE185D: hue angle of 332.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE185D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1742493-
CMYK00.860.470.32
HSL332.4º75.76%38.82%-
HSV(B)332.4º86.21%68.24%-
XYZ19.7610.4411.33-
YUV76.72137.2197.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=59.79%
G=8.25%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174249300.860.470.32332.475.7638.82
HexAE185D0562F2014c4c27
Octal256301350126574051411447
Binary10101110110001011101010101101011111000001010011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE185D; }

 p { color: rgb(174,24,93); }

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

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

 a { background-color: rgb(174,24,93); }

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

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

 span { border-color: rgb(174,24,93); }

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