Html Css Color HEX #AE1266 Jazzberry Jam

📋 copy color: '#AE1266'

red 174 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #AE1266

Tints of Jazzberry Jam #AE1266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 59.18%
G = 6.12%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1266 (or 0xAE1266) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 66. RGB value is (174,18,102). Sum of RGB (Red+Green+Blue) = 174+18+102=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1266 is #51ED99. Grayscale: #4A4A4A. Windows color (decimal): -5369242 or 6689454. OLE color: 6689454.

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

Color convert

RGB 174 18 102 -
CMYK 0 0.90 0.41 0.32
HSL 327.69º 0.81% 0.38% -
HSV(B) 327.69º 0.9% 0.68% -
XYZ 20.07 10.39 13.52 -
YUV 74.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 174 18 102 0 0.90 0.41 0.32 327.69 0.81 0.38
Hex AE 12 66 0 5A 29 20 148 51 26
Octal 256 22 146 0 132 51 40 510 121 46
Binary 10101110 10010 1100110 0 1011010 101001 100000 101001000 1010001 100110

Color Harmonies of #AE1266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1266

Black with #AE1266

Text Example


Text Example

White with #AE1266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1266; }

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

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

background-color css

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

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

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

border-color css

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

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

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