Html Css Color HEX #AE1077 Jazzberry Jam

📋 copy color: '#AE1077'

red 174 ◦ green 16 ◦ blue 119

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

Shades of Jazzberry Jam #AE1077

Tints of Jazzberry Jam #AE1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 56.31%
G = 5.18%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1077 (or 0xAE1077) is known color: Jazzberry Jam. HEX triplet: AE, 10 and 77. RGB value is (174,16,119). Sum of RGB (Red+Green+Blue) = 174+16+119=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1077 is #51EF88. Grayscale: #4A4A4A. Windows color (decimal): -5369737 or 7803054. OLE color: 7803054.

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

Color convert

RGB 174 16 119 -
CMYK 0 0.91 0.32 0.32
HSL 320.89º 0.83% 0.37% -
HSV(B) 320.89º 0.91% 0.68% -
XYZ 20.97 10.7 18.41 -
YUV 74.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 174 16 119 0 0.91 0.32 0.32 320.89 0.83 0.37
Hex AE 10 77 0 5B 20 20 141 53 25
Octal 256 20 167 0 133 40 40 501 123 45
Binary 10101110 10000 1110111 0 1011011 100000 100000 101000001 1010011 100101

Color Harmonies of #AE1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1077

Black with #AE1077

Text Example


Text Example

White with #AE1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1077; }

 p { color: rgb(174,16,119); }

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

background-color css

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

 a { background-color: rgb(174,16,119); }

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

border-color css

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

 span { border-color: rgb(174,16,119); }

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