Html Css Color HEX #AE0149 Jazzberry Jam

📋 copy color: '#AE0149'

red 174 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #AE0149

Tints of Jazzberry Jam #AE0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 70.16%
G = 0.4%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE0149 (or 0xAE0149) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 49. RGB value is (174,1,73). Sum of RGB (Red+Green+Blue) = 174+1+73=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0149 is #51FEB6. Grayscale: #3C3C3C. Windows color (decimal): -5373623 or 4784558. OLE color: 4784558.

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

Color convert

RGB 174 1 73 -
CMYK 0 0.99 0.58 0.32
HSL 335.03º 0.99% 0.34% -
HSV(B) 335.03º 0.99% 0.68% -
XYZ 18.67 9.5 7.15 -
YUV 60.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 174 1 73 0 0.99 0.58 0.32 335.03 0.99 0.34
Hex AE 1 49 0 63 3A 20 14F 63 22
Octal 256 1 111 0 143 72 40 517 143 42
Binary 10101110 1 1001001 0 1100011 111010 100000 101001111 1100011 100010

Color Harmonies of #AE0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0149

Black with #AE0149

Text Example


Text Example

White with #AE0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0149; }

 p { color: rgb(174,1,73); }

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

background-color css

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

 a { background-color: rgb(174,1,73); }

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

border-color css

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

 span { border-color: rgb(174,1,73); }

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