#AE056A

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

Shades of Jazzberry Jam #AE056A

Tints of Jazzberry Jam #AE056A

Color information

#AE056A (or 0xAE056A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 05 and 6A. RGB value is (174,5,106). Sum of RGB (Red+Green+Blue) = 174+5+106=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE056A is #51FA95. Grayscale: #424242. Windows color (decimal): -5372566 or 6948270. OLE color: 6948270.

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

Color convert

RGB1745106-
CMYK00.970.390.32
HSL324.14º94.41%35.1%-
HSV(B)324.14º97.13%68.24%-
XYZ20.1110.1514.53-
YUV67.04149.99204.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=61.05%
G=1.75%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174510600.970.390.32324.1494.4135.1
HexAE56A06127201445e23
Octal25651520141474050413643
Binary101011101011101010011000011001111000001010001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE056A; }

 p { color: rgb(174,5,106); }

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

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

 a { background-color: rgb(174,5,106); }

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

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

 span { border-color: rgb(174,5,106); }

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