#AE104B

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

Shades of Jazzberry Jam #AE104B

Tints of Jazzberry Jam #AE104B

Color information

#AE104B (or 0xAE104B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 4B. RGB value is (174,16,75). Sum of RGB (Red+Green+Blue) = 174+16+75=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE104B is #51EFB4. Grayscale: #454545. Windows color (decimal): -5369781 or 4919470. OLE color: 4919470.

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

Color convert

RGB1741675-
CMYK00.910.570.32
HSL337.59º83.16%37.25%-
HSV(B)337.59º90.8%68.24%-
XYZ18.919.887.57-
YUV69.97130.85202.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=65.66%
G=6.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174167500.910.570.32337.5983.1637.25
HexAE104B05B39201525325
Octal256201130133714052212345
Binary10101110100001001011010110111110011000001010100101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE104B; }

 p { color: rgb(174,16,75); }

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

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

 a { background-color: rgb(174,16,75); }

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

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

 span { border-color: rgb(174,16,75); }

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