Html Css Color HEX #AE0976 Jazzberry Jam

📋 copy color: '#AE0976'

red 174 ◦ green 9 ◦ blue 118

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

Shades of Jazzberry Jam #AE0976

Tints of Jazzberry Jam #AE0976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 57.81%
G = 2.99%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE0976 (or 0xAE0976) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 76. RGB value is (174,9,118). Sum of RGB (Red+Green+Blue) = 174+9+118=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0976 is #51F689. Grayscale: #464646. Windows color (decimal): -5371530 or 7735726. OLE color: 7735726.

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

Color convert

RGB 174 9 118 -
CMYK 0 0.95 0.32 0.32
HSL 320.36º 0.9% 0.36% -
HSV(B) 320.36º 0.95% 0.68% -
XYZ 20.82 10.5 18.07 -
YUV 70.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 174 9 118 0 0.95 0.32 0.32 320.36 0.9 0.36
Hex AE 9 76 0 5F 20 20 140 5A 24
Octal 256 11 166 0 137 40 40 500 132 44
Binary 10101110 1001 1110110 0 1011111 100000 100000 101000000 1011010 100100

Color Harmonies of #AE0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0976

Black with #AE0976

Text Example


Text Example

White with #AE0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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