Html Css Color HEX #AE1260 Jazzberry Jam

📋 copy color: '#AE1260'

red 174 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #AE1260

Tints of Jazzberry Jam #AE1260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 60.42%
G = 6.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE1260 (or 0xAE1260) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 60. RGB value is (174,18,96). Sum of RGB (Red+Green+Blue) = 174+18+96=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1260 is #51ED9F. Grayscale: #494949. Windows color (decimal): -5369248 or 6296238. OLE color: 6296238.

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

Color convert

RGB 174 18 96 -
CMYK 0 0.90 0.45 0.32
HSL 330º 0.81% 0.38% -
HSV(B) 330º 0.9% 0.68% -
XYZ 19.78 10.28 12.01 -
YUV 73.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 174 18 96 0 0.90 0.45 0.32 330 0.81 0.38
Hex AE 12 60 0 5A 2D 20 14A 51 26
Octal 256 22 140 0 132 55 40 512 121 46
Binary 10101110 10010 1100000 0 1011010 101101 100000 101001010 1010001 100110

Color Harmonies of #AE1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1260

Black with #AE1260

Text Example


Text Example

White with #AE1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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