Html Css Color HEX #AE1155 Jazzberry Jam

📋 copy color: '#AE1155'

red 174 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #AE1155

Tints of Jazzberry Jam #AE1155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 63.04%
G = 6.16%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE1155 (or 0xAE1155) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 55. RGB value is (174,17,85). Sum of RGB (Red+Green+Blue) = 174+17+85=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1155 is #51EEAA. Grayscale: #474747. Windows color (decimal): -5369515 or 5575086. OLE color: 5575086.

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

Color convert

RGB 174 17 85 -
CMYK 0 0.90 0.51 0.32
HSL 334.01º 0.82% 0.37% -
HSV(B) 334.01º 0.9% 0.68% -
XYZ 19.3 10.06 9.52 -
YUV 71.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 174 17 85 0 0.90 0.51 0.32 334.01 0.82 0.37
Hex AE 11 55 0 5A 33 20 14E 52 25
Octal 256 21 125 0 132 63 40 516 122 45
Binary 10101110 10001 1010101 0 1011010 110011 100000 101001110 1010010 100101

Color Harmonies of #AE1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1155

Black with #AE1155

Text Example


Text Example

White with #AE1155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1155; }

 p { color: rgb(174,17,85); }

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

background-color css

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

 a { background-color: rgb(174,17,85); }

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

border-color css

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

 span { border-color: rgb(174,17,85); }

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