#AE1A6D

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

Shades of Jazzberry Jam #AE1A6D

Tints of Jazzberry Jam #AE1A6D

Color information

#AE1A6D (or 0xAE1A6D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1A and 6D. RGB value is (174,26,109). Sum of RGB (Red+Green+Blue) = 174+26+109=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A6D is #51E592. Grayscale: #4F4F4F. Windows color (decimal): -5367187 or 7150254. OLE color: 7150254.

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

Color convert

RGB17426109-
CMYK00.850.370.32
HSL326.35º74%39.22%-
HSV(B)326.35º85.06%68.24%-
XYZ20.5910.8415.48-
YUV79.71144.53195.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=56.31%
G=8.41%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742610900.850.370.32326.357439.22
HexAE1A6D05525201464a27
Octal256321550125454050611247
Binary10101110110101101101010101011001011000001010001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A6D; }

 p { color: rgb(174,26,109); }

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

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

 a { background-color: rgb(174,26,109); }

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

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

 span { border-color: rgb(174,26,109); }

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