Html Css Color HEX #AE1471 Jazzberry Jam

📋 copy color: '#AE1471'

red 174 ◦ green 20 ◦ blue 113

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

Shades of Jazzberry Jam #AE1471

Tints of Jazzberry Jam #AE1471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 56.68%
G = 6.51%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE1471 (or 0xAE1471) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 71. RGB value is (174,20,113). Sum of RGB (Red+Green+Blue) = 174+20+113=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1471 is #51EB8E. Grayscale: #4C4C4C. Windows color (decimal): -5368719 or 7410862. OLE color: 7410862.

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

Color convert

RGB 174 20 113 -
CMYK 0 0.89 0.35 0.32
HSL 323.77º 0.79% 0.38% -
HSV(B) 323.77º 0.89% 0.68% -
XYZ 20.69 10.69 16.6 -
YUV 76.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 174 20 113 0 0.89 0.35 0.32 323.77 0.79 0.38
Hex AE 14 71 0 59 23 20 144 4F 26
Octal 256 24 161 0 131 43 40 504 117 46
Binary 10101110 10100 1110001 0 1011001 100011 100000 101000100 1001111 100110

Color Harmonies of #AE1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1471

Black with #AE1471

Text Example


Text Example

White with #AE1471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1471; }

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

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

background-color css

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

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

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

border-color css

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

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

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