Html Css Color HEX #AE1863 Jazzberry Jam

📋 copy color: '#AE1863'

red 174 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #AE1863

Tints of Jazzberry Jam #AE1863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 58.59%
G = 8.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE1863 (or 0xAE1863) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 63. RGB value is (174,24,99). Sum of RGB (Red+Green+Blue) = 174+24+99=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1863 is #51E79C. Grayscale: #4D4D4D. Windows color (decimal): -5367709 or 6494382. OLE color: 6494382.

HSL color Cylindrical-coordinate representation of color #AE1863: hue angle of 330º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1863 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 99 -
CMYK 0 0.86 0.43 0.32
HSL 330º 0.76% 0.39% -
HSV(B) 330º 0.86% 0.68% -
XYZ 20.03 10.55 12.79 -
YUV 77.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 174 24 99 0 0.86 0.43 0.32 330 0.76 0.39
Hex AE 18 63 0 56 2B 20 14A 4C 27
Octal 256 30 143 0 126 53 40 512 114 47
Binary 10101110 11000 1100011 0 1010110 101011 100000 101001010 1001100 100111

Color Harmonies of #AE1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1863

Black with #AE1863

Text Example


Text Example

White with #AE1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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