Html Css Color HEX #AE1168 Jazzberry Jam

📋 copy color: '#AE1168'

red 174 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #AE1168

Tints of Jazzberry Jam #AE1168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 58.98%
G = 5.76%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE1168 (or 0xAE1168) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 68. RGB value is (174,17,104). Sum of RGB (Red+Green+Blue) = 174+17+104=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1168 is #51EE97. Grayscale: #494949. Windows color (decimal): -5369496 or 6820270. OLE color: 6820270.

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

Color convert

RGB 174 17 104 -
CMYK 0 0.90 0.40 0.32
HSL 326.75º 0.82% 0.37% -
HSV(B) 326.75º 0.9% 0.68% -
XYZ 20.15 10.4 14.04 -
YUV 73.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 174 17 104 0 0.90 0.40 0.32 326.75 0.82 0.37
Hex AE 11 68 0 5A 28 20 147 52 25
Octal 256 21 150 0 132 50 40 507 122 45
Binary 10101110 10001 1101000 0 1011010 101000 100000 101000111 1010010 100101

Color Harmonies of #AE1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1168

Black with #AE1168

Text Example


Text Example

White with #AE1168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1168; }

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

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

background-color css

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

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

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

border-color css

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

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

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