#AE0657

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

Shades of Jazzberry Jam #AE0657

Tints of Jazzberry Jam #AE0657

Color information

#AE0657 (or 0xAE0657) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 57. RGB value is (174,6,87). Sum of RGB (Red+Green+Blue) = 174+6+87=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0657 is #51F9A8. Grayscale: #414141. Windows color (decimal): -5372329 or 5703342. OLE color: 5703342.

HSL color Cylindrical-coordinate representation of color #AE0657: hue angle of 331.07º degrees, saturation: 0.93, 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 #AE0657 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB174687-
CMYK00.970.50.32
HSL331.07º93.33%35.29%-
HSV(B)331.07º96.55%68.24%-
XYZ19.249.829.9-
YUV65.47140.16205.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=65.17%
G=2.25%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17468700.970.50.32331.0793.3335.29
HexAE657061322014b5d23
Octal25661270141624051313543
Binary101011101101010111011000011100101000001010010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0657; }

 p { color: rgb(174,6,87); }

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

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

 a { background-color: rgb(174,6,87); }

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

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

 span { border-color: rgb(174,6,87); }

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