Html Css Color HEX #AE0550 Jazzberry Jam

📋 copy color: '#AE0550'

red 174 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #AE0550

Tints of Jazzberry Jam #AE0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 67.18%
G = 1.93%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE0550 (or 0xAE0550) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 50. RGB value is (174,5,80). Sum of RGB (Red+Green+Blue) = 174+5+80=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0550 is #51FAAF. Grayscale: #3F3F3F. Windows color (decimal): -5372592 or 5244334. OLE color: 5244334.

HSL color Cylindrical-coordinate representation of color #AE0550: hue angle of 333.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0550 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 80 -
CMYK 0 0.97 0.54 0.32
HSL 333.37º 0.94% 0.35% -
HSV(B) 333.37º 0.97% 0.68% -
XYZ 18.96 9.69 8.46 -
YUV 64.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 174 5 80 0 0.97 0.54 0.32 333.37 0.94 0.35
Hex AE 5 50 0 61 36 20 14D 5E 23
Octal 256 5 120 0 141 66 40 515 136 43
Binary 10101110 101 1010000 0 1100001 110110 100000 101001101 1011110 100011

Color Harmonies of #AE0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0550

Black with #AE0550

Text Example


Text Example

White with #AE0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0550; }

 p { color: rgb(174,5,80); }

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

background-color css

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

 a { background-color: rgb(174,5,80); }

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

border-color css

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

 span { border-color: rgb(174,5,80); }

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