Html Css Color HEX #AE155D Jazzberry Jam

📋 copy color: '#AE155D'

red 174 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #AE155D

Tints of Jazzberry Jam #AE155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 60.42%
G = 7.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE155D (or 0xAE155D) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 5D. RGB value is (174,21,93). Sum of RGB (Red+Green+Blue) = 174+21+93=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE155D is #51EAA2. Grayscale: #4A4A4A. Windows color (decimal): -5368483 or 6100398. OLE color: 6100398.

HSL color Cylindrical-coordinate representation of color #AE155D: hue angle of 331.76º 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 #AE155D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 21 93 -
CMYK 0 0.88 0.47 0.32
HSL 331.76º 0.78% 0.38% -
HSV(B) 331.76º 0.88% 0.68% -
XYZ 19.7 10.33 11.31 -
YUV 74.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 174 21 93 0 0.88 0.47 0.32 331.76 0.78 0.38
Hex AE 15 5D 0 58 2F 20 14C 4E 26
Octal 256 25 135 0 130 57 40 514 116 46
Binary 10101110 10101 1011101 0 1011000 101111 100000 101001100 1001110 100110

Color Harmonies of #AE155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE155D

Black with #AE155D

Text Example


Text Example

White with #AE155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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