#AE1B5B

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

Shades of Jazzberry Jam #AE1B5B

Tints of Jazzberry Jam #AE1B5B

Color information

#AE1B5B (or 0xAE1B5B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1B and 5B. RGB value is (174,27,91). Sum of RGB (Red+Green+Blue) = 174+27+91=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B5B is #51E4A4. Grayscale: #4E4E4E. Windows color (decimal): -5366949 or 5970862. OLE color: 5970862.

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

Color convert

RGB1742791-
CMYK00.840.480.32
HSL333.88º73.13%39.41%-
HSV(B)333.88º84.48%68.24%-
XYZ19.7410.5410.89-
YUV78.25135.2196.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=59.59%
G=9.25%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174279100.840.480.32333.8873.1339.41
HexAE1B5B054302014e4927
Octal256331330124604051611147
Binary10101110110111011011010101001100001000001010011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B5B; }

 p { color: rgb(174,27,91); }

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

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

 a { background-color: rgb(174,27,91); }

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

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

 span { border-color: rgb(174,27,91); }

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