Html Css Color HEX #AE1966 Jazzberry Jam

📋 copy color: '#AE1966'

red 174 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #AE1966

Tints of Jazzberry Jam #AE1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 57.81%
G = 8.31%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1966 (or 0xAE1966) is known color: Jazzberry Jam. HEX triplet: AE, 19 and 66. RGB value is (174,25,102). Sum of RGB (Red+Green+Blue) = 174+25+102=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1966 is #51E699. Grayscale: #4E4E4E. Windows color (decimal): -5367450 or 6691246. OLE color: 6691246.

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

Color convert

RGB 174 25 102 -
CMYK 0 0.86 0.41 0.32
HSL 328.99º 0.75% 0.39% -
HSV(B) 328.99º 0.86% 0.68% -
XYZ 20.2 10.65 13.56 -
YUV 78.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 174 25 102 0 0.86 0.41 0.32 328.99 0.75 0.39
Hex AE 19 66 0 56 29 20 149 4B 27
Octal 256 31 146 0 126 51 40 511 113 47
Binary 10101110 11001 1100110 0 1010110 101001 100000 101001001 1001011 100111

Color Harmonies of #AE1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1966

Black with #AE1966

Text Example


Text Example

White with #AE1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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