Html Css Color HEX #AE1662 Jazzberry Jam

📋 copy color: '#AE1662'

red 174 ◦ green 22 ◦ blue 98

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

Shades of Jazzberry Jam #AE1662

Tints of Jazzberry Jam #AE1662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 59.18%
G = 7.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE1662 (or 0xAE1662) is known color: Jazzberry Jam. HEX triplet: AE, 16 and 62. RGB value is (174,22,98). Sum of RGB (Red+Green+Blue) = 174+22+98=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1662 is #51E99D. Grayscale: #4B4B4B. Windows color (decimal): -5368222 or 6428334. OLE color: 6428334.

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

Color convert

RGB 174 22 98 -
CMYK 0 0.87 0.44 0.32
HSL 330º 0.78% 0.38% -
HSV(B) 330º 0.87% 0.68% -
XYZ 19.95 10.45 12.52 -
YUV 76.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 174 22 98 0 0.87 0.44 0.32 330 0.78 0.38
Hex AE 16 62 0 57 2C 20 14A 4E 26
Octal 256 26 142 0 127 54 40 512 116 46
Binary 10101110 10110 1100010 0 1010111 101100 100000 101001010 1001110 100110

Color Harmonies of #AE1662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1662

Black with #AE1662

Text Example


Text Example

White with #AE1662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1662; }

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

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

background-color css

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

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

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

border-color css

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

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

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