Html Css Color HEX #AE2460 Jazzberry Jam

📋 copy color: '#AE2460'

red 174 ◦ green 36 ◦ blue 96

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

Shades of Jazzberry Jam #AE2460

Tints of Jazzberry Jam #AE2460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 56.86%
G = 11.76%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE2460 (or 0xAE2460) is known color: Jazzberry Jam. HEX triplet: AE, 24 and 60. RGB value is (174,36,96). Sum of RGB (Red+Green+Blue) = 174+36+96=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2460 is #51DB9F. Grayscale: #545454. Windows color (decimal): -5364640 or 6300846. OLE color: 6300846.

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

Color convert

RGB 174 36 96 -
CMYK 0 0.79 0.45 0.32
HSL 333.91º 0.66% 0.41% -
HSV(B) 333.91º 0.79% 0.68% -
XYZ 20.2 11.1 12.15 -
YUV 84.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 174 36 96 0 0.79 0.45 0.32 333.91 0.66 0.41
Hex AE 24 60 0 4F 2D 20 14E 42 29
Octal 256 44 140 0 117 55 40 516 102 51
Binary 10101110 100100 1100000 0 1001111 101101 100000 101001110 1000010 101001

Color Harmonies of #AE2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2460

Black with #AE2460

Text Example


Text Example

White with #AE2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2460; }

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

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

background-color css

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

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

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

border-color css

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

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

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