Html Css Color HEX #AE1464 Jazzberry Jam

📋 copy color: '#AE1464'

red 174 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #AE1464

Tints of Jazzberry Jam #AE1464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 59.18%
G = 6.8%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE1464 (or 0xAE1464) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 64. RGB value is (174,20,100). Sum of RGB (Red+Green+Blue) = 174+20+100=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1464 is #51EB9B. Grayscale: #4B4B4B. Windows color (decimal): -5368732 or 6558894. OLE color: 6558894.

HSL color Cylindrical-coordinate representation of color #AE1464: hue angle of 328.83º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1464 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 100 -
CMYK 0 0.89 0.43 0.32
HSL 328.83º 0.79% 0.38% -
HSV(B) 328.83º 0.89% 0.68% -
XYZ 20.01 10.42 13.01 -
YUV 75.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 174 20 100 0 0.89 0.43 0.32 328.83 0.79 0.38
Hex AE 14 64 0 59 2B 20 149 4F 26
Octal 256 24 144 0 131 53 40 511 117 46
Binary 10101110 10100 1100100 0 1011001 101011 100000 101001001 1001111 100110

Color Harmonies of #AE1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1464

Black with #AE1464

Text Example


Text Example

White with #AE1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1464; }

 p { color: rgb(174,20,100); }

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

background-color css

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

 a { background-color: rgb(174,20,100); }

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

border-color css

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

 span { border-color: rgb(174,20,100); }

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