Html Css Color HEX #AE73BD East Side

📋 copy color: '#AE73BD'

red 174 ◦ green 115 ◦ blue 189

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

Shades of East Side #AE73BD

Tints of East Side #AE73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 36.4%
G = 24.06%
B = 39.54%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE73BD (or 0xAE73BD) is known color: East Side. HEX triplet: AE, 73 and BD. RGB value is (174,115,189). Sum of RGB (Red+Green+Blue) = 174+115+189=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73BD is #518C42. Grayscale: #8C8C8C. Windows color (decimal): -5344323 or 12415918. OLE color: 12415918.

HSL color Cylindrical-coordinate representation of color #AE73BD: hue angle of 287.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE73BD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 115 189 -
CMYK 0.08 0.39 0 0.26
HSL 287.84º 0.36% 0.6% -
HSV(B) 287.84º 0.39% 0.74% -
XYZ 32.77 24.93 51.23 -
YUV 141.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 174 115 189 0.08 0.39 0 0.26 287.84 0.36 0.6
Hex AE 73 BD 8 27 0 1A 120 24 3C
Octal 256 163 275 10 47 0 32 440 44 74
Binary 10101110 1110011 10111101 1000 100111 0 11010 100100000 100100 111100

Color Harmonies of #AE73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73BD

Black with #AE73BD

Text Example


Text Example

White with #AE73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73BD; }

 p { color: rgb(174,115,189); }

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

background-color css

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

 a { background-color: rgb(174,115,189); }

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

border-color css

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

 span { border-color: rgb(174,115,189); }

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