Html Css Color HEX #AE7ECB East Side

📋 copy color: '#AE7ECB'

red 174 ◦ green 126 ◦ blue 203

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

Shades of East Side #AE7ECB

Tints of East Side #AE7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 34.59%
G = 25.05%
B = 40.36%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE7ECB (or 0xAE7ECB) is known color: East Side. HEX triplet: AE, 7E and CB. RGB value is (174,126,203). Sum of RGB (Red+Green+Blue) = 174+126+203=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ECB is #518134. Grayscale: #949494. Windows color (decimal): -5341493 or 13336238. OLE color: 13336238.

HSL color Cylindrical-coordinate representation of color #AE7ECB: hue angle of 277.4º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE7ECB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 126 203 -
CMYK 0.14 0.38 0 0.20
HSL 277.4º 0.43% 0.65% -
HSV(B) 277.4º 0.38% 0.8% -
XYZ 35.7 28.23 60.07 -
YUV 149.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 174 126 203 0.14 0.38 0 0.20 277.4 0.43 0.65
Hex AE 7E CB E 26 0 14 115 2B 41
Octal 256 176 313 16 46 0 24 425 53 101
Binary 10101110 1111110 11001011 1110 100110 0 10100 100010101 101011 1000001

Color Harmonies of #AE7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7ECB

Black with #AE7ECB

Text Example


Text Example

White with #AE7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7ECB; }

 p { color: rgb(174,126,203); }

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

background-color css

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

 a { background-color: rgb(174,126,203); }

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

border-color css

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

 span { border-color: rgb(174,126,203); }

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