Html Css Color HEX #AE1463 Jazzberry Jam

📋 copy color: '#AE1463'

red 174 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #AE1463

Tints of Jazzberry Jam #AE1463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 59.39%
G = 6.83%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE1463 (or 0xAE1463) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 63. RGB value is (174,20,99). Sum of RGB (Red+Green+Blue) = 174+20+99=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1463 is #51EB9C. Grayscale: #4A4A4A. Windows color (decimal): -5368733 or 6493358. OLE color: 6493358.

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

Color convert

RGB 174 20 99 -
CMYK 0 0.89 0.43 0.32
HSL 329.22º 0.79% 0.38% -
HSV(B) 329.22º 0.89% 0.68% -
XYZ 19.96 10.4 12.76 -
YUV 75.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 174 20 99 0 0.89 0.43 0.32 329.22 0.79 0.38
Hex AE 14 63 0 59 2B 20 149 4F 26
Octal 256 24 143 0 131 53 40 511 117 46
Binary 10101110 10100 1100011 0 1011001 101011 100000 101001001 1001111 100110

Color Harmonies of #AE1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1463

Black with #AE1463

Text Example


Text Example

White with #AE1463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1463; }

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

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

background-color css

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

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

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

border-color css

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

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

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