Html Css Color HEX #AE72C2 East Side

📋 copy color: '#AE72C2'

red 174 ◦ green 114 ◦ blue 194

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

Shades of East Side #AE72C2

Tints of East Side #AE72C2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 194 (76.17% from 255) = 40.25%

R = 36.1%
G = 23.65%
B = 40.25%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE72C2 (or 0xAE72C2) is known color: East Side. HEX triplet: AE, 72 and C2. RGB value is (174,114,194). Sum of RGB (Red+Green+Blue) = 174+114+194=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE72C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72C2 is #518D3D. Grayscale: #8C8C8C. Windows color (decimal): -5344574 or 12743342. OLE color: 12743342.

HSL color Cylindrical-coordinate representation of color #AE72C2: hue angle of 285º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE72C2 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 114 194 -
CMYK 0.10 0.41 0 0.24
HSL 285º 0.4% 0.6% -
HSV(B) 285º 0.41% 0.76% -
XYZ 33.21 24.93 54.1 -
YUV 141.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 174 114 194 0.10 0.41 0 0.24 285 0.4 0.6
Hex AE 72 C2 A 29 0 18 11D 28 3C
Octal 256 162 302 12 51 0 30 435 50 74
Binary 10101110 1110010 11000010 1010 101001 0 11000 100011101 101000 111100

Color Harmonies of #AE72C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72C2

Black with #AE72C2

Text Example


Text Example

White with #AE72C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72C2; }

 p { color: rgb(174,114,194); }

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

background-color css

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

 a { background-color: rgb(174,114,194); }

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

border-color css

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

 span { border-color: rgb(174,114,194); }

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