#AE1869

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

Shades of Jazzberry Jam #AE1869

Tints of Jazzberry Jam #AE1869

Color information

#AE1869 (or 0xAE1869) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 18 and 69. RGB value is (174,24,105). Sum of RGB (Red+Green+Blue) = 174+24+105=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1869 is #51E796. Grayscale: #4D4D4D. Windows color (decimal): -5367703 or 6887598. OLE color: 6887598.

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

Color convert

RGB17424105-
CMYK00.860.400.32
HSL327.6º75.76%38.82%-
HSV(B)327.6º86.21%68.24%-
XYZ20.3310.6714.35-
YUV78.08143.2196.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=57.43%
G=7.92%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742410500.860.400.32327.675.7638.82
HexAE186905628201484c27
Octal256301510126504051011447
Binary10101110110001101001010101101010001000001010010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1869; }

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

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

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

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

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

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

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

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