#AE095E

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

Shades of Jazzberry Jam #AE095E

Tints of Jazzberry Jam #AE095E

Color information

#AE095E (or 0xAE095E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 5E. RGB value is (174,9,94). Sum of RGB (Red+Green+Blue) = 174+9+94=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE095E is #51F6A1. Grayscale: #434343. Windows color (decimal): -5371554 or 6162862. OLE color: 6162862.

HSL color Cylindrical-coordinate representation of color #AE095E: hue angle of 329.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE095E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB174994-
CMYK00.950.460.32
HSL329.09º90.16%35.88%-
HSV(B)329.09º94.83%68.24%-
XYZ19.571011.49-
YUV68.03142.66203.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=62.82%
G=3.25%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17499400.950.460.32329.0990.1635.88
HexAE95E05F2E201495a24
Octal256111360137564051113244
Binary1010111010011011110010111111011101000001010010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE095E; }

 p { color: rgb(174,9,94); }

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

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

 a { background-color: rgb(174,9,94); }

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

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

 span { border-color: rgb(174,9,94); }

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