Html Css Color HEX #AE1770 Jazzberry Jam

📋 copy color: '#AE1770'

red 174 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #AE1770

Tints of Jazzberry Jam #AE1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 56.31%
G = 7.44%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE1770 (or 0xAE1770) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 70. RGB value is (174,23,112). Sum of RGB (Red+Green+Blue) = 174+23+112=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1770 is #51E88F. Grayscale: #4E4E4E. Windows color (decimal): -5367952 or 7346094. OLE color: 7346094.

HSL color Cylindrical-coordinate representation of color #AE1770: hue angle of 324.64º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1770 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 23 112 -
CMYK 0 0.87 0.36 0.32
HSL 324.64º 0.77% 0.39% -
HSV(B) 324.64º 0.87% 0.68% -
XYZ 20.69 10.78 16.32 -
YUV 78.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 174 23 112 0 0.87 0.36 0.32 324.64 0.77 0.39
Hex AE 17 70 0 57 24 20 145 4D 27
Octal 256 27 160 0 127 44 40 505 115 47
Binary 10101110 10111 1110000 0 1010111 100100 100000 101000101 1001101 100111

Color Harmonies of #AE1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1770

Black with #AE1770

Text Example


Text Example

White with #AE1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1770; }

 p { color: rgb(174,23,112); }

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

background-color css

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

 a { background-color: rgb(174,23,112); }

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

border-color css

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

 span { border-color: rgb(174,23,112); }

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