Html Css Color HEX #AE85D0 East Side

📋 copy color: '#AE85D0'

red 174 ◦ green 133 ◦ blue 208

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

Shades of East Side #AE85D0

Tints of East Side #AE85D0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 33.79%
G = 25.83%
B = 40.39%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE85D0 (or 0xAE85D0) is known color: East Side. HEX triplet: AE, 85 and D0. RGB value is (174,133,208). Sum of RGB (Red+Green+Blue) = 174+133+208=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85D0 is #517A2F. Grayscale: #999999. Windows color (decimal): -5339696 or 13665710. OLE color: 13665710.

HSL color Cylindrical-coordinate representation of color #AE85D0: hue angle of 272.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE85D0 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 133 208 -
CMYK 0.16 0.36 0 0.18
HSL 272.8º 0.44% 0.67% -
HSV(B) 272.8º 0.36% 0.82% -
XYZ 37.23 30.33 63.57 -
YUV 153.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 174 133 208 0.16 0.36 0 0.18 272.8 0.44 0.67
Hex AE 85 D0 10 24 0 12 111 2C 43
Octal 256 205 320 20 44 0 22 421 54 103
Binary 10101110 10000101 11010000 10000 100100 0 10010 100010001 101100 1000011

Color Harmonies of #AE85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE85D0

Black with #AE85D0

Text Example


Text Example

White with #AE85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE85D0; }

 p { color: rgb(174,133,208); }

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

background-color css

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

 a { background-color: rgb(174,133,208); }

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

border-color css

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

 span { border-color: rgb(174,133,208); }

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