Html Css Color HEX #AE1172 Jazzberry Jam

📋 copy color: '#AE1172'

red 174 ◦ green 17 ◦ blue 114

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

Shades of Jazzberry Jam #AE1172

Tints of Jazzberry Jam #AE1172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 57.05%
G = 5.57%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE1172 (or 0xAE1172) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 72. RGB value is (174,17,114). Sum of RGB (Red+Green+Blue) = 174+17+114=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1172 is #51EE8D. Grayscale: #4A4A4A. Windows color (decimal): -5369486 or 7475630. OLE color: 7475630.

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

Color convert

RGB 174 17 114 -
CMYK 0 0.90 0.34 0.32
HSL 322.93º 0.82% 0.37% -
HSV(B) 322.93º 0.9% 0.68% -
XYZ 20.69 10.61 16.88 -
YUV 75 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 174 17 114 0 0.90 0.34 0.32 322.93 0.82 0.37
Hex AE 11 72 0 5A 22 20 143 52 25
Octal 256 21 162 0 132 42 40 503 122 45
Binary 10101110 10001 1110010 0 1011010 100010 100000 101000011 1010010 100101

Color Harmonies of #AE1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1172

Black with #AE1172

Text Example


Text Example

White with #AE1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1172; }

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

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

background-color css

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

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

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

border-color css

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

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

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