Html Css Color HEX #AE2060 Jazzberry Jam

📋 copy color: '#AE2060'

red 174 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #AE2060

Tints of Jazzberry Jam #AE2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 57.62%
G = 10.6%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE2060 (or 0xAE2060) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 60. RGB value is (174,32,96). Sum of RGB (Red+Green+Blue) = 174+32+96=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2060 is #51DF9F. Grayscale: #515151. Windows color (decimal): -5365664 or 6299822. OLE color: 6299822.

HSL color Cylindrical-coordinate representation of color #AE2060: hue angle of 332.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2060 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 96 -
CMYK 0 0.82 0.45 0.32
HSL 332.96º 0.69% 0.4% -
HSV(B) 332.96º 0.82% 0.68% -
XYZ 20.08 10.88 12.11 -
YUV 81.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 174 32 96 0 0.82 0.45 0.32 332.96 0.69 0.4
Hex AE 20 60 0 52 2D 20 14D 45 28
Octal 256 40 140 0 122 55 40 515 105 50
Binary 10101110 100000 1100000 0 1010010 101101 100000 101001101 1000101 101000

Color Harmonies of #AE2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2060

Black with #AE2060

Text Example


Text Example

White with #AE2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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