Html Css Color HEX #AE2266 Jazzberry Jam

📋 copy color: '#AE2266'

red 174 ◦ green 34 ◦ blue 102

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

Shades of Jazzberry Jam #AE2266

Tints of Jazzberry Jam #AE2266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 56.13%
G = 10.97%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE2266 (or 0xAE2266) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 66. RGB value is (174,34,102). Sum of RGB (Red+Green+Blue) = 174+34+102=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2266 is #51DD99. Grayscale: #535353. Windows color (decimal): -5365146 or 6693550. OLE color: 6693550.

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

Color convert

RGB 174 34 102 -
CMYK 0 0.80 0.41 0.32
HSL 330.86º 0.67% 0.41% -
HSV(B) 330.86º 0.8% 0.68% -
XYZ 20.43 11.1 13.64 -
YUV 83.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 174 34 102 0 0.80 0.41 0.32 330.86 0.67 0.41
Hex AE 22 66 0 50 29 20 14B 43 29
Octal 256 42 146 0 120 51 40 513 103 51
Binary 10101110 100010 1100110 0 1010000 101001 100000 101001011 1000011 101001

Color Harmonies of #AE2266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2266

Black with #AE2266

Text Example


Text Example

White with #AE2266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2266; }

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

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

background-color css

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

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

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

border-color css

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

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

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