Html Css Color HEX #AE116F Jazzberry Jam

📋 copy color: '#AE116F'

red 174 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #AE116F

Tints of Jazzberry Jam #AE116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 57.62%
G = 5.63%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE116F (or 0xAE116F) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 6F. RGB value is (174,17,111). Sum of RGB (Red+Green+Blue) = 174+17+111=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE116F is #51EE90. Grayscale: #4A4A4A. Windows color (decimal): -5369489 or 7279022. OLE color: 7279022.

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

Color convert

RGB 174 17 111 -
CMYK 0 0.90 0.36 0.32
HSL 324.08º 0.82% 0.37% -
HSV(B) 324.08º 0.9% 0.68% -
XYZ 20.53 10.55 15.99 -
YUV 74.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 174 17 111 0 0.90 0.36 0.32 324.08 0.82 0.37
Hex AE 11 6F 0 5A 24 20 144 52 25
Octal 256 21 157 0 132 44 40 504 122 45
Binary 10101110 10001 1101111 0 1011010 100100 100000 101000100 1010010 100101

Color Harmonies of #AE116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE116F

Black with #AE116F

Text Example


Text Example

White with #AE116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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