Html Css Color HEX #AE096F Jazzberry Jam

📋 copy color: '#AE096F'

red 174 ◦ green 9 ◦ blue 111

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

Shades of Jazzberry Jam #AE096F

Tints of Jazzberry Jam #AE096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

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

R = 59.18%
G = 3.06%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE096F (or 0xAE096F) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 6F. RGB value is (174,9,111). Sum of RGB (Red+Green+Blue) = 174+9+111=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE096F is #51F690. Grayscale: #454545. Windows color (decimal): -5371537 or 7276974. OLE color: 7276974.

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

Color convert

RGB 174 9 111 -
CMYK 0 0.95 0.36 0.32
HSL 322.91º 0.9% 0.36% -
HSV(B) 322.91º 0.95% 0.68% -
XYZ 20.42 10.34 15.96 -
YUV 69.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 174 9 111 0 0.95 0.36 0.32 322.91 0.9 0.36
Hex AE 9 6F 0 5F 24 20 143 5A 24
Octal 256 11 157 0 137 44 40 503 132 44
Binary 10101110 1001 1101111 0 1011111 100100 100000 101000011 1011010 100100

Color Harmonies of #AE096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE096F

Black with #AE096F

Text Example


Text Example

White with #AE096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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