Html Css Color HEX #AE226C Jazzberry Jam

📋 copy color: '#AE226C'

red 174 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #AE226C

Tints of Jazzberry Jam #AE226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 55.06%
G = 10.76%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE226C (or 0xAE226C) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 6C. RGB value is (174,34,108). Sum of RGB (Red+Green+Blue) = 174+34+108=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE226C is #51DD93. Grayscale: #545454. Windows color (decimal): -5365140 or 7086766. OLE color: 7086766.

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

Color convert

RGB 174 34 108 -
CMYK 0 0.80 0.38 0.32
HSL 328.29º 0.67% 0.41% -
HSV(B) 328.29º 0.8% 0.68% -
XYZ 20.73 11.23 15.26 -
YUV 84.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 174 34 108 0 0.80 0.38 0.32 328.29 0.67 0.41
Hex AE 22 6C 0 50 26 20 148 43 29
Octal 256 42 154 0 120 46 40 510 103 51
Binary 10101110 100010 1101100 0 1010000 100110 100000 101001000 1000011 101001

Color Harmonies of #AE226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE226C

Black with #AE226C

Text Example


Text Example

White with #AE226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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