Html Css Color HEX #AE166C Jazzberry Jam

📋 copy color: '#AE166C'

red 174 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #AE166C

Tints of Jazzberry Jam #AE166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 57.24%
G = 7.24%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE166C (or 0xAE166C) is known color: Jazzberry Jam. HEX triplet: AE, 16 and 6C. RGB value is (174,22,108). Sum of RGB (Red+Green+Blue) = 174+22+108=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE166C is #51E993. Grayscale: #4D4D4D. Windows color (decimal): -5368212 or 7083694. OLE color: 7083694.

HSL color Cylindrical-coordinate representation of color #AE166C: hue angle of 326.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE166C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 22 108 -
CMYK 0 0.87 0.38 0.32
HSL 326.05º 0.78% 0.38% -
HSV(B) 326.05º 0.87% 0.68% -
XYZ 20.45 10.66 15.17 -
YUV 77.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 174 22 108 0 0.87 0.38 0.32 326.05 0.78 0.38
Hex AE 16 6C 0 57 26 20 146 4E 26
Octal 256 26 154 0 127 46 40 506 116 46
Binary 10101110 10110 1101100 0 1010111 100110 100000 101000110 1001110 100110

Color Harmonies of #AE166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE166C

Black with #AE166C

Text Example


Text Example

White with #AE166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE166C; }

 p { color: rgb(174,22,108); }

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

background-color css

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

 a { background-color: rgb(174,22,108); }

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

border-color css

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

 span { border-color: rgb(174,22,108); }

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