Html Css Color HEX #AE2263 Jazzberry Jam

📋 copy color: '#AE2263'

red 174 ◦ green 34 ◦ blue 99

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

Shades of Jazzberry Jam #AE2263

Tints of Jazzberry Jam #AE2263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 56.68%
G = 11.07%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE2263 (or 0xAE2263) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 63. RGB value is (174,34,99). Sum of RGB (Red+Green+Blue) = 174+34+99=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2263 is #51DD9C. Grayscale: #535353. Windows color (decimal): -5365149 or 6496942. OLE color: 6496942.

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

Color convert

RGB 174 34 99 -
CMYK 0 0.80 0.43 0.32
HSL 332.14º 0.67% 0.41% -
HSV(B) 332.14º 0.8% 0.68% -
XYZ 20.28 11.04 12.87 -
YUV 83.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 174 34 99 0 0.80 0.43 0.32 332.14 0.67 0.41
Hex AE 22 63 0 50 2B 20 14C 43 29
Octal 256 42 143 0 120 53 40 514 103 51
Binary 10101110 100010 1100011 0 1010000 101011 100000 101001100 1000011 101001

Color Harmonies of #AE2263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2263

Black with #AE2263

Text Example


Text Example

White with #AE2263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2263; }

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

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

background-color css

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

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

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

border-color css

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

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

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