Html Css Color HEX #AE80CA East Side

📋 copy color: '#AE80CA'

red 174 ◦ green 128 ◦ blue 202

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

Shades of East Side #AE80CA

Tints of East Side #AE80CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 34.52%
G = 25.4%
B = 40.08%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE80CA (or 0xAE80CA) is known color: East Side. HEX triplet: AE, 80 and CA. RGB value is (174,128,202). Sum of RGB (Red+Green+Blue) = 174+128+202=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80CA is #517F35. Grayscale: #959595. Windows color (decimal): -5340982 or 13271214. OLE color: 13271214.

HSL color Cylindrical-coordinate representation of color #AE80CA: hue angle of 277.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE80CA is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 128 202 -
CMYK 0.14 0.37 0 0.21
HSL 277.3º 0.41% 0.65% -
HSV(B) 277.3º 0.37% 0.79% -
XYZ 35.84 28.7 59.53 -
YUV 150.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 174 128 202 0.14 0.37 0 0.21 277.3 0.41 0.65
Hex AE 80 CA E 25 0 15 115 29 41
Octal 256 200 312 16 45 0 25 425 51 101
Binary 10101110 10000000 11001010 1110 100101 0 10101 100010101 101001 1000001

Color Harmonies of #AE80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80CA

Black with #AE80CA

Text Example


Text Example

White with #AE80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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