#AE0F6A

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

Shades of Jazzberry Jam #AE0F6A

Tints of Jazzberry Jam #AE0F6A

Color information

#AE0F6A (or 0xAE0F6A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0F and 6A. RGB value is (174,15,106). Sum of RGB (Red+Green+Blue) = 174+15+106=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F6A is #51F095. Grayscale: #484848. Windows color (decimal): -5370006 or 6950830. OLE color: 6950830.

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

Color convert

RGB17415106-
CMYK00.910.390.32
HSL325.66º84.13%37.06%-
HSV(B)325.66º91.38%68.24%-
XYZ20.2310.3814.57-
YUV72.91146.68200.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=58.98%
G=5.08%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741510600.910.390.32325.6684.1337.06
HexAEF6A05B27201465425
Octal256171520133474050612445
Binary1010111011111101010010110111001111000001010001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F6A; }

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

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

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

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

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

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

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

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