Html Css Color HEX #AE1474 Jazzberry Jam

📋 copy color: '#AE1474'

red 174 ◦ green 20 ◦ blue 116

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

Shades of Jazzberry Jam #AE1474

Tints of Jazzberry Jam #AE1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 56.13%
G = 6.45%
B = 37.42%

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

#AE1474 (or 0xAE1474) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 74. RGB value is (174,20,116). Sum of RGB (Red+Green+Blue) = 174+20+116=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1474 is #51EB8B. Grayscale: #4C4C4C. Windows color (decimal): -5368716 or 7607470. OLE color: 7607470.

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

Color convert

RGB 174 20 116 -
CMYK 0 0.89 0.33 0.32
HSL 322.6º 0.79% 0.38% -
HSV(B) 322.6º 0.89% 0.68% -
XYZ 20.86 10.76 17.5 -
YUV 76.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 174 20 116 0 0.89 0.33 0.32 322.6 0.79 0.38
Hex AE 14 74 0 59 21 20 143 4F 26
Octal 256 24 164 0 131 41 40 503 117 46
Binary 10101110 10100 1110100 0 1011001 100001 100000 101000011 1001111 100110

Color Harmonies of #AE1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1474

Black with #AE1474

Text Example


Text Example

White with #AE1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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