Html Css Color HEX #AE1174 Jazzberry Jam

📋 copy color: '#AE1174'

red 174 ◦ green 17 ◦ blue 116

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

Shades of Jazzberry Jam #AE1174

Tints of Jazzberry Jam #AE1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 56.68%
G = 5.54%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1174 (or 0xAE1174) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 74. RGB value is (174,17,116). Sum of RGB (Red+Green+Blue) = 174+17+116=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1174 is #51EE8B. Grayscale: #4A4A4A. Windows color (decimal): -5369484 or 7606702. OLE color: 7606702.

HSL color Cylindrical-coordinate representation of color #AE1174: hue angle of 322.17º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1174 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 116 -
CMYK 0 0.90 0.33 0.32
HSL 322.17º 0.82% 0.37% -
HSV(B) 322.17º 0.9% 0.68% -
XYZ 20.81 10.66 17.48 -
YUV 75.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 174 17 116 0 0.90 0.33 0.32 322.17 0.82 0.37
Hex AE 11 74 0 5A 21 20 142 52 25
Octal 256 21 164 0 132 41 40 502 122 45
Binary 10101110 10001 1110100 0 1011010 100001 100000 101000010 1010010 100101

Color Harmonies of #AE1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1174

Black with #AE1174

Text Example


Text Example

White with #AE1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1174; }

 p { color: rgb(174,17,116); }

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

background-color css

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

 a { background-color: rgb(174,17,116); }

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

border-color css

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

 span { border-color: rgb(174,17,116); }

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