Html Css Color HEX #AE78D1 East Side

📋 copy color: '#AE78D1'

red 174 ◦ green 120 ◦ blue 209

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

Shades of East Side #AE78D1

Tints of East Side #AE78D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.86%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 34.59%
G = 23.86%
B = 41.55%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE78D1 (or 0xAE78D1) is known color: East Side. HEX triplet: AE, 78 and D1. RGB value is (174,120,209). Sum of RGB (Red+Green+Blue) = 174+120+209=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78D1 is #51872E. Grayscale: #919191. Windows color (decimal): -5343023 or 13727918. OLE color: 13727918.

HSL color Cylindrical-coordinate representation of color #AE78D1: hue angle of 276.4º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE78D1 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 120 209 -
CMYK 0.17 0.43 0 0.18
HSL 276.4º 0.49% 0.65% -
HSV(B) 276.4º 0.43% 0.82% -
XYZ 35.68 27.04 63.66 -
YUV 146.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 174 120 209 0.17 0.43 0 0.18 276.4 0.49 0.65
Hex AE 78 D1 11 2B 0 12 114 31 41
Octal 256 170 321 21 53 0 22 424 61 101
Binary 10101110 1111000 11010001 10001 101011 0 10010 100010100 110001 1000001

Color Harmonies of #AE78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE78D1

Black with #AE78D1

Text Example


Text Example

White with #AE78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE78D1; }

 p { color: rgb(174,120,209); }

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

background-color css

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

 a { background-color: rgb(174,120,209); }

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

border-color css

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

 span { border-color: rgb(174,120,209); }

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