Html Css Color HEX #AE004E Jazzberry Jam

📋 copy color: '#AE004E'

red 174 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #AE004E

Tints of Jazzberry Jam #AE004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 69.05%
G = 0%
B = 30.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE004E (or 0xAE004E) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 4E. RGB value is (174,0,78). Sum of RGB (Red+Green+Blue) = 174+0+78=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE004E is #51FFB1. Grayscale: #3C3C3C. Windows color (decimal): -5373874 or 5111982. OLE color: 5111982.

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

Color convert

RGB 174 0 78 -
CMYK 0 1 0.55 0.32
HSL 333.1º 1% 0.34% -
HSV(B) 333.1º 1% 0.68% -
XYZ 18.83 9.55 8.06 -
YUV 60.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 174 0 78 0 1 0.55 0.32 333.1 1 0.34
Hex AE 0 4E 0 64 37 20 14D 64 22
Octal 256 0 116 0 144 67 40 515 144 42
Binary 10101110 0 1001110 0 1100100 110111 100000 101001101 1100100 100010

Color Harmonies of #AE004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE004E

Black with #AE004E

Text Example


Text Example

White with #AE004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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