Html Css Color HEX #AE1259 Jazzberry Jam

📋 copy color: '#AE1259'

red 174 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #AE1259

Tints of Jazzberry Jam #AE1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 61.92%
G = 6.41%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE1259 (or 0xAE1259) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 59. RGB value is (174,18,89). Sum of RGB (Red+Green+Blue) = 174+18+89=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1259 is #51EDA6. Grayscale: #484848. Windows color (decimal): -5369255 or 5837486. OLE color: 5837486.

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

Color convert

RGB 174 18 89 -
CMYK 0 0.90 0.49 0.32
HSL 332.69º 0.81% 0.38% -
HSV(B) 332.69º 0.9% 0.68% -
XYZ 19.48 10.15 10.38 -
YUV 72.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 174 18 89 0 0.90 0.49 0.32 332.69 0.81 0.38
Hex AE 12 59 0 5A 31 20 14D 51 26
Octal 256 22 131 0 132 61 40 515 121 46
Binary 10101110 10010 1011001 0 1011010 110001 100000 101001101 1010001 100110

Color Harmonies of #AE1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1259

Black with #AE1259

Text Example


Text Example

White with #AE1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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