Html Css Color HEX #AE155B Jazzberry Jam

📋 copy color: '#AE155B'

red 174 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #AE155B

Tints of Jazzberry Jam #AE155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 60.84%
G = 7.34%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE155B (or 0xAE155B) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 5B. RGB value is (174,21,91). Sum of RGB (Red+Green+Blue) = 174+21+91=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE155B is #51EAA4. Grayscale: #4A4A4A. Windows color (decimal): -5368485 or 5969326. OLE color: 5969326.

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

Color convert

RGB 174 21 91 -
CMYK 0 0.88 0.48 0.32
HSL 332.55º 0.78% 0.38% -
HSV(B) 332.55º 0.88% 0.68% -
XYZ 19.61 10.29 10.85 -
YUV 74.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 174 21 91 0 0.88 0.48 0.32 332.55 0.78 0.38
Hex AE 15 5B 0 58 30 20 14D 4E 26
Octal 256 25 133 0 130 60 40 515 116 46
Binary 10101110 10101 1011011 0 1011000 110000 100000 101001101 1001110 100110

Color Harmonies of #AE155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE155B

Black with #AE155B

Text Example


Text Example

White with #AE155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE155B; }

 p { color: rgb(174,21,91); }

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

background-color css

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

 a { background-color: rgb(174,21,91); }

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

border-color css

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

 span { border-color: rgb(174,21,91); }

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