Html Css Color HEX #AE80C8 East Side

📋 copy color: '#AE80C8'

red 174 ◦ green 128 ◦ blue 200

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

Shades of East Side #AE80C8

Tints of East Side #AE80C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 34.66%
G = 25.5%
B = 39.84%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE80C8 (or 0xAE80C8) is known color: East Side. HEX triplet: AE, 80 and C8. RGB value is (174,128,200). Sum of RGB (Red+Green+Blue) = 174+128+200=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80C8 is #517F37. Grayscale: #959595. Windows color (decimal): -5340984 or 13140142. OLE color: 13140142.

HSL color Cylindrical-coordinate representation of color #AE80C8: hue angle of 278.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE80C8 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 128 200 -
CMYK 0.13 0.36 0 0.22
HSL 278.33º 0.4% 0.64% -
HSV(B) 278.33º 0.36% 0.78% -
XYZ 35.6 28.61 58.29 -
YUV 149.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 174 128 200 0.13 0.36 0 0.22 278.33 0.4 0.64
Hex AE 80 C8 D 24 0 16 116 28 40
Octal 256 200 310 15 44 0 26 426 50 100
Binary 10101110 10000000 11001000 1101 100100 0 10110 100010110 101000 1000000

Color Harmonies of #AE80C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80C8

Black with #AE80C8

Text Example


Text Example

White with #AE80C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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