Html Css Color HEX #AE155F Jazzberry Jam

📋 copy color: '#AE155F'

red 174 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #AE155F

Tints of Jazzberry Jam #AE155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 60%
G = 7.24%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE155F (or 0xAE155F) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 5F. RGB value is (174,21,95). Sum of RGB (Red+Green+Blue) = 174+21+95=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE155F is #51EAA0. Grayscale: #4B4B4B. Windows color (decimal): -5368481 or 6231470. OLE color: 6231470.

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

Color convert

RGB 174 21 95 -
CMYK 0 0.88 0.45 0.32
HSL 330.98º 0.78% 0.38% -
HSV(B) 330.98º 0.88% 0.68% -
XYZ 19.79 10.36 11.78 -
YUV 75.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 174 21 95 0 0.88 0.45 0.32 330.98 0.78 0.38
Hex AE 15 5F 0 58 2D 20 14B 4E 26
Octal 256 25 137 0 130 55 40 513 116 46
Binary 10101110 10101 1011111 0 1011000 101101 100000 101001011 1001110 100110

Color Harmonies of #AE155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE155F

Black with #AE155F

Text Example


Text Example

White with #AE155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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