Html Css Color HEX #AE80BD East Side

📋 copy color: '#AE80BD'

red 174 ◦ green 128 ◦ blue 189

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

Shades of East Side #AE80BD

Tints of East Side #AE80BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 35.44%
G = 26.07%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE80BD (or 0xAE80BD) is known color: East Side. HEX triplet: AE, 80 and BD. RGB value is (174,128,189). Sum of RGB (Red+Green+Blue) = 174+128+189=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80BD is #517F42. Grayscale: #949494. Windows color (decimal): -5340995 or 12419246. OLE color: 12419246.

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

Color convert

RGB 174 128 189 -
CMYK 0.08 0.32 0 0.26
HSL 285.25º 0.32% 0.62% -
HSV(B) 285.25º 0.32% 0.74% -
XYZ 34.36 28.11 51.76 -
YUV 148.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 174 128 189 0.08 0.32 0 0.26 285.25 0.32 0.62
Hex AE 80 BD 8 20 0 1A 11D 20 3E
Octal 256 200 275 10 40 0 32 435 40 76
Binary 10101110 10000000 10111101 1000 100000 0 11010 100011101 100000 111110

Color Harmonies of #AE80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80BD

Black with #AE80BD

Text Example


Text Example

White with #AE80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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