Html Css Color HEX #AE1276 Jazzberry Jam

📋 copy color: '#AE1276'

red 174 ◦ green 18 ◦ blue 118

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

Shades of Jazzberry Jam #AE1276

Tints of Jazzberry Jam #AE1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

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

R = 56.13%
G = 5.81%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1276 (or 0xAE1276) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 76. RGB value is (174,18,118). Sum of RGB (Red+Green+Blue) = 174+18+118=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1276 is #51ED89. Grayscale: #4B4B4B. Windows color (decimal): -5369226 or 7738030. OLE color: 7738030.

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

Color convert

RGB 174 18 118 -
CMYK 0 0.90 0.32 0.32
HSL 321.54º 0.81% 0.38% -
HSV(B) 321.54º 0.9% 0.68% -
XYZ 20.94 10.74 18.11 -
YUV 76.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 174 18 118 0 0.90 0.32 0.32 321.54 0.81 0.38
Hex AE 12 76 0 5A 20 20 142 51 26
Octal 256 22 166 0 132 40 40 502 121 46
Binary 10101110 10010 1110110 0 1011010 100000 100000 101000010 1010001 100110

Color Harmonies of #AE1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1276

Black with #AE1276

Text Example


Text Example

White with #AE1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1276; }

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

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

background-color css

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

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

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

border-color css

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

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

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