Html Css Color HEX #AE226A Jazzberry Jam

📋 copy color: '#AE226A'

red 174 ◦ green 34 ◦ blue 106

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

Shades of Jazzberry Jam #AE226A

Tints of Jazzberry Jam #AE226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 55.41%
G = 10.83%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE226A (or 0xAE226A) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 6A. RGB value is (174,34,106). Sum of RGB (Red+Green+Blue) = 174+34+106=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE226A is #51DD95. Grayscale: #535353. Windows color (decimal): -5365142 or 6955694. OLE color: 6955694.

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

Color convert

RGB 174 34 106 -
CMYK 0 0.80 0.39 0.32
HSL 329.14º 0.67% 0.41% -
HSV(B) 329.14º 0.8% 0.68% -
XYZ 20.63 11.18 14.71 -
YUV 84.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 174 34 106 0 0.80 0.39 0.32 329.14 0.67 0.41
Hex AE 22 6A 0 50 27 20 149 43 29
Octal 256 42 152 0 120 47 40 511 103 51
Binary 10101110 100010 1101010 0 1010000 100111 100000 101001001 1000011 101001

Color Harmonies of #AE226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE226A

Black with #AE226A

Text Example


Text Example

White with #AE226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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