#AE0661

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

Shades of Jazzberry Jam #AE0661

Tints of Jazzberry Jam #AE0661

Color information

#AE0661 (or 0xAE0661) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 61. RGB value is (174,6,97). Sum of RGB (Red+Green+Blue) = 174+6+97=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0661 is #51F99E. Grayscale: #424242. Windows color (decimal): -5372319 or 6358702. OLE color: 6358702.

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

Color convert

RGB174697-
CMYK00.970.440.32
HSL327.5º93.33%35.29%-
HSV(B)327.5º96.55%68.24%-
XYZ19.689.9912.2-
YUV66.61145.16204.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=62.82%
G=2.17%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17469700.970.440.32327.593.3335.29
HexAE6610612C201485d23
Octal25661410141544051013543
Binary101011101101100001011000011011001000001010010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0661; }

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

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

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

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

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

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

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

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