Html Css Color HEX #AE004C Jazzberry Jam

📋 copy color: '#AE004C'

red 174 ◦ green 0 ◦ blue 76

#AE004C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE004C

Tints of Jazzberry Jam #AE004C

RGB

 RED value IS 174 (68.36% from 255) = 69.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 69.6%
G = 0%
B = 30.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE004C (or 0xAE004C) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 4C. RGB value is (174,0,76). Sum of RGB (Red+Green+Blue) = 174+0+76=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE004C is #51FFB3. Grayscale: #3C3C3C. Windows color (decimal): -5373876 or 4980910. OLE color: 4980910.

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

Color convert

RGB 174 0 76 -
CMYK 0 1 0.56 0.32
HSL 333.79º 1% 0.34% -
HSV(B) 333.79º 1% 0.68% -
XYZ 18.76 9.52 7.69 -
YUV 60.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 174 0 76 0 1 0.56 0.32 333.79 1 0.34
Hex AE 0 4C 0 64 38 20 14E 64 22
Octal 256 0 114 0 144 70 40 516 144 42
Binary 10101110 0 1001100 0 1100100 111000 100000 101001110 1100100 100010

Color Harmonies of #AE004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE004C

Black with #AE004C

Text Example


Text Example

White with #AE004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE004C; }

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

 H1.HeaderClassName
 {
   color: #AE004C;
 }
 .AnyTagClassName
 {
   color: #AE004C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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