Html Css Color HEX #AE1366 Jazzberry Jam

📋 copy color: '#AE1366'

red 174 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #AE1366

Tints of Jazzberry Jam #AE1366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 58.98%
G = 6.44%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1366 (or 0xAE1366) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 66. RGB value is (174,19,102). Sum of RGB (Red+Green+Blue) = 174+19+102=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1366 is #51EC99. Grayscale: #4A4A4A. Windows color (decimal): -5368986 or 6689710. OLE color: 6689710.

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

Color convert

RGB 174 19 102 -
CMYK 0 0.89 0.41 0.32
HSL 327.87º 0.8% 0.38% -
HSV(B) 327.87º 0.89% 0.68% -
XYZ 20.09 10.42 13.52 -
YUV 74.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 174 19 102 0 0.89 0.41 0.32 327.87 0.8 0.38
Hex AE 13 66 0 59 29 20 148 50 26
Octal 256 23 146 0 131 51 40 510 120 46
Binary 10101110 10011 1100110 0 1011001 101001 100000 101001000 1010000 100110

Color Harmonies of #AE1366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1366

Black with #AE1366

Text Example


Text Example

White with #AE1366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1366; }

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

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

background-color css

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

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

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

border-color css

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

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

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