#AE1F5C

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

Shades of Jazzberry Jam #AE1F5C

Tints of Jazzberry Jam #AE1F5C

Color information

#AE1F5C (or 0xAE1F5C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1F and 5C. RGB value is (174,31,92). Sum of RGB (Red+Green+Blue) = 174+31+92=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1F5C is #51E0A3. Grayscale: #505050. Windows color (decimal): -5365924 or 6037422. OLE color: 6037422.

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

Color convert

RGB1743192-
CMYK00.820.470.32
HSL334.41º69.76%40.2%-
HSV(B)334.41º82.18%68.24%-
XYZ19.8810.7511.15-
YUV80.71134.38194.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=58.59%
G=10.44%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174319200.820.470.32334.4169.7640.2
HexAE1F5C0522F2014e4628
Octal256371340122574051610650
Binary10101110111111011100010100101011111000001010011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1F5C; }

 p { color: rgb(174,31,92); }

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

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

 a { background-color: rgb(174,31,92); }

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

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

 span { border-color: rgb(174,31,92); }

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