Html Css Color HEX #AE225C Jazzberry Jam

📋 copy color: '#AE225C'

red 174 ◦ green 34 ◦ blue 92

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

Shades of Jazzberry Jam #AE225C

Tints of Jazzberry Jam #AE225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 58%
G = 11.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE225C (or 0xAE225C) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 5C. RGB value is (174,34,92). Sum of RGB (Red+Green+Blue) = 174+34+92=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE225C is #51DDA3. Grayscale: #525252. Windows color (decimal): -5365156 or 6038190. OLE color: 6038190.

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

Color convert

RGB 174 34 92 -
CMYK 0 0.80 0.47 0.32
HSL 335.14º 0.67% 0.41% -
HSV(B) 335.14º 0.8% 0.68% -
XYZ 19.96 10.92 11.18 -
YUV 82.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 174 34 92 0 0.80 0.47 0.32 335.14 0.67 0.41
Hex AE 22 5C 0 50 2F 20 14F 43 29
Octal 256 42 134 0 120 57 40 517 103 51
Binary 10101110 100010 1011100 0 1010000 101111 100000 101001111 1000011 101001

Color Harmonies of #AE225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE225C

Black with #AE225C

Text Example


Text Example

White with #AE225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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