#AE1D69

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

Shades of Jazzberry Jam #AE1D69

Tints of Jazzberry Jam #AE1D69

Color information

#AE1D69 (or 0xAE1D69) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1D and 69. RGB value is (174,29,105). Sum of RGB (Red+Green+Blue) = 174+29+105=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1D69 is #51E296. Grayscale: #505050. Windows color (decimal): -5366423 or 6888878. OLE color: 6888878.

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

Color convert

RGB17429105-
CMYK00.830.400.32
HSL328.55º71.43%39.8%-
HSV(B)328.55º83.33%68.24%-
XYZ20.4410.914.39-
YUV81.02141.54194.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 29 (11.72% from 255) = 9.42%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=56.49%
G=9.42%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742910500.830.400.32328.5571.4339.8
HexAE1D6905328201494728
Octal256351510123504051110750
Binary10101110111011101001010100111010001000001010010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D69; }

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

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

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

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

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

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

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

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