#AE004B

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

Shades of Jazzberry Jam #AE004B

Tints of Jazzberry Jam #AE004B

Color information

#AE004B (or 0xAE004B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 4B. RGB value is (174,0,75). Sum of RGB (Red+Green+Blue) = 174+0+75=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE004B is #51FFB4. Grayscale: #3C3C3C. Windows color (decimal): -5373877 or 4915374. OLE color: 4915374.

HSL color Cylindrical-coordinate representation of color #AE004B: hue angle of 334.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE004B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB174075-
CMYK010.570.32
HSL334.14º100%34.12%-
HSV(B)334.14º100%68.24%-
XYZ18.739.517.5-
YUV60.58136.15208.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=69.88%
G=0%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174075010.570.32334.1410034.12
HexAE04B064392014e6422
Octal25601130144714051614442
Binary1010111001001011011001001110011000001010011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE004B; }

 p { color: rgb(174,0,75); }

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

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

 a { background-color: rgb(174,0,75); }

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

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

 span { border-color: rgb(174,0,75); }

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