Html Css Color HEX #AE1373 Jazzberry Jam

📋 copy color: '#AE1373'

red 174 ◦ green 19 ◦ blue 115

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

Shades of Jazzberry Jam #AE1373

Tints of Jazzberry Jam #AE1373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 56.49%
G = 6.17%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE1373 (or 0xAE1373) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 73. RGB value is (174,19,115). Sum of RGB (Red+Green+Blue) = 174+19+115=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1373 is #51EC8C. Grayscale: #4C4C4C. Windows color (decimal): -5368973 or 7541678. OLE color: 7541678.

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

Color convert

RGB 174 19 115 -
CMYK 0 0.89 0.34 0.32
HSL 322.84º 0.8% 0.38% -
HSV(B) 322.84º 0.89% 0.68% -
XYZ 20.78 10.7 17.19 -
YUV 76.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 174 19 115 0 0.89 0.34 0.32 322.84 0.8 0.38
Hex AE 13 73 0 59 22 20 143 50 26
Octal 256 23 163 0 131 42 40 503 120 46
Binary 10101110 10011 1110011 0 1011001 100010 100000 101000011 1010000 100110

Color Harmonies of #AE1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1373

Black with #AE1373

Text Example


Text Example

White with #AE1373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1373; }

 p { color: rgb(174,19,115); }

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

background-color css

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

 a { background-color: rgb(174,19,115); }

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

border-color css

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

 span { border-color: rgb(174,19,115); }

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