Html Css Color HEX #AE1766 Jazzberry Jam

📋 copy color: '#AE1766'

red 174 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #AE1766

Tints of Jazzberry Jam #AE1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 58.19%
G = 7.69%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1766 (or 0xAE1766) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 66. RGB value is (174,23,102). Sum of RGB (Red+Green+Blue) = 174+23+102=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1766 is #51E899. Grayscale: #4C4C4C. Windows color (decimal): -5367962 or 6690734. OLE color: 6690734.

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

Color convert

RGB 174 23 102 -
CMYK 0 0.87 0.41 0.32
HSL 328.61º 0.77% 0.39% -
HSV(B) 328.61º 0.87% 0.68% -
XYZ 20.16 10.57 13.55 -
YUV 77.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 174 23 102 0 0.87 0.41 0.32 328.61 0.77 0.39
Hex AE 17 66 0 57 29 20 149 4D 27
Octal 256 27 146 0 127 51 40 511 115 47
Binary 10101110 10111 1100110 0 1010111 101001 100000 101001001 1001101 100111

Color Harmonies of #AE1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1766

Black with #AE1766

Text Example


Text Example

White with #AE1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1766; }

 p { color: rgb(174,23,102); }

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

background-color css

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

 a { background-color: rgb(174,23,102); }

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

border-color css

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

 span { border-color: rgb(174,23,102); }

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