Html Css Color HEX #AE1148 Jazzberry Jam

📋 copy color: '#AE1148'

red 174 ◦ green 17 ◦ blue 72

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

Shades of Jazzberry Jam #AE1148

Tints of Jazzberry Jam #AE1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 66.16%
G = 6.46%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE1148 (or 0xAE1148) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 48. RGB value is (174,17,72). Sum of RGB (Red+Green+Blue) = 174+17+72=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1148 is #51EEB7. Grayscale: #464646. Windows color (decimal): -5369528 or 4723118. OLE color: 4723118.

HSL color Cylindrical-coordinate representation of color #AE1148: hue angle of 338.98º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1148 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 72 -
CMYK 0 0.90 0.59 0.32
HSL 338.98º 0.82% 0.37% -
HSV(B) 338.98º 0.9% 0.68% -
XYZ 18.83 9.87 7.04 -
YUV 70.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 174 17 72 0 0.90 0.59 0.32 338.98 0.82 0.37
Hex AE 11 48 0 5A 3B 20 153 52 25
Octal 256 21 110 0 132 73 40 523 122 45
Binary 10101110 10001 1001000 0 1011010 111011 100000 101010011 1010010 100101

Color Harmonies of #AE1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1148

Black with #AE1148

Text Example


Text Example

White with #AE1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1148; }

 p { color: rgb(174,17,72); }

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

background-color css

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

 a { background-color: rgb(174,17,72); }

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

border-color css

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

 span { border-color: rgb(174,17,72); }

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