Html Css Color HEX #AE1370 Jazzberry Jam

📋 copy color: '#AE1370'

red 174 ◦ green 19 ◦ blue 112

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

Shades of Jazzberry Jam #AE1370

Tints of Jazzberry Jam #AE1370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 57.05%
G = 6.23%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE1370 (or 0xAE1370) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 70. RGB value is (174,19,112). Sum of RGB (Red+Green+Blue) = 174+19+112=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1370 is #51EC8F. Grayscale: #4B4B4B. Windows color (decimal): -5368976 or 7345070. OLE color: 7345070.

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

Color convert

RGB 174 19 112 -
CMYK 0 0.89 0.36 0.32
HSL 324º 0.8% 0.38% -
HSV(B) 324º 0.89% 0.68% -
XYZ 20.61 10.63 16.3 -
YUV 75.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 174 19 112 0 0.89 0.36 0.32 324 0.8 0.38
Hex AE 13 70 0 59 24 20 144 50 26
Octal 256 23 160 0 131 44 40 504 120 46
Binary 10101110 10011 1110000 0 1011001 100100 100000 101000100 1010000 100110

Color Harmonies of #AE1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1370

Black with #AE1370

Text Example


Text Example

White with #AE1370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1370; }

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

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

background-color css

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

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

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

border-color css

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

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

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