Html Css Color HEX #AE1374 Jazzberry Jam

📋 copy color: '#AE1374'

red 174 ◦ green 19 ◦ blue 116

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

Shades of Jazzberry Jam #AE1374

Tints of Jazzberry Jam #AE1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 56.31%
G = 6.15%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1374 (or 0xAE1374) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 74. RGB value is (174,19,116). Sum of RGB (Red+Green+Blue) = 174+19+116=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1374 is #51EC8B. Grayscale: #4C4C4C. Windows color (decimal): -5368972 or 7607214. OLE color: 7607214.

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

Color convert

RGB 174 19 116 -
CMYK 0 0.89 0.33 0.32
HSL 322.45º 0.8% 0.38% -
HSV(B) 322.45º 0.89% 0.68% -
XYZ 20.84 10.73 17.49 -
YUV 76.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 174 19 116 0 0.89 0.33 0.32 322.45 0.8 0.38
Hex AE 13 74 0 59 21 20 142 50 26
Octal 256 23 164 0 131 41 40 502 120 46
Binary 10101110 10011 1110100 0 1011001 100001 100000 101000010 1010000 100110

Color Harmonies of #AE1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1374

Black with #AE1374

Text Example


Text Example

White with #AE1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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