Html Css Color HEX #AE1575 Jazzberry Jam

📋 copy color: '#AE1575'

red 174 ◦ green 21 ◦ blue 117

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

Shades of Jazzberry Jam #AE1575

Tints of Jazzberry Jam #AE1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 55.77%
G = 6.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1575 (or 0xAE1575) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 75. RGB value is (174,21,117). Sum of RGB (Red+Green+Blue) = 174+21+117=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1575 is #51EA8A. Grayscale: #4D4D4D. Windows color (decimal): -5368459 or 7673262. OLE color: 7673262.

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

Color convert

RGB 174 21 117 -
CMYK 0 0.88 0.33 0.32
HSL 322.35º 0.78% 0.38% -
HSV(B) 322.35º 0.88% 0.68% -
XYZ 20.93 10.82 17.81 -
YUV 77.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 174 21 117 0 0.88 0.33 0.32 322.35 0.78 0.38
Hex AE 15 75 0 58 21 20 142 4E 26
Octal 256 25 165 0 130 41 40 502 116 46
Binary 10101110 10101 1110101 0 1011000 100001 100000 101000010 1001110 100110

Color Harmonies of #AE1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1575

Black with #AE1575

Text Example


Text Example

White with #AE1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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