Html Css Color HEX #AE1376 Jazzberry Jam

📋 copy color: '#AE1376'

red 174 ◦ green 19 ◦ blue 118

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

Shades of Jazzberry Jam #AE1376

Tints of Jazzberry Jam #AE1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 55.95%
G = 6.11%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1376 (or 0xAE1376) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 76. RGB value is (174,19,118). Sum of RGB (Red+Green+Blue) = 174+19+118=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1376 is #51EC89. Grayscale: #4C4C4C. Windows color (decimal): -5368970 or 7738286. OLE color: 7738286.

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

Color convert

RGB 174 19 118 -
CMYK 0 0.89 0.32 0.32
HSL 321.68º 0.8% 0.38% -
HSV(B) 321.68º 0.89% 0.68% -
XYZ 20.96 10.77 18.11 -
YUV 76.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 174 19 118 0 0.89 0.32 0.32 321.68 0.8 0.38
Hex AE 13 76 0 59 20 20 142 50 26
Octal 256 23 166 0 131 40 40 502 120 46
Binary 10101110 10011 1110110 0 1011001 100000 100000 101000010 1010000 100110

Color Harmonies of #AE1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1376

Black with #AE1376

Text Example


Text Example

White with #AE1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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