Html Css Color HEX #AE7DB8 East Side

📋 copy color: '#AE7DB8'

red 174 ◦ green 125 ◦ blue 184

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

Shades of East Side #AE7DB8

Tints of East Side #AE7DB8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 36.02%
G = 25.88%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE7DB8 (or 0xAE7DB8) is known color: East Side. HEX triplet: AE, 7D and B8. RGB value is (174,125,184). Sum of RGB (Red+Green+Blue) = 174+125+184=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DB8 is #518247. Grayscale: #929292. Windows color (decimal): -5341768 or 12090798. OLE color: 12090798.

HSL color Cylindrical-coordinate representation of color #AE7DB8: hue angle of 289.83º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7DB8 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 125 184 -
CMYK 0.05 0.32 0 0.28
HSL 289.83º 0.29% 0.61% -
HSV(B) 289.83º 0.32% 0.72% -
XYZ 33.44 27.13 48.82 -
YUV 146.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 174 125 184 0.05 0.32 0 0.28 289.83 0.29 0.61
Hex AE 7D B8 5 20 0 1C 122 1D 3D
Octal 256 175 270 5 40 0 34 442 35 75
Binary 10101110 1111101 10111000 101 100000 0 11100 100100010 11101 111101

Color Harmonies of #AE7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DB8

Black with #AE7DB8

Text Example


Text Example

White with #AE7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DB8; }

 p { color: rgb(174,125,184); }

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

background-color css

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

 a { background-color: rgb(174,125,184); }

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

border-color css

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

 span { border-color: rgb(174,125,184); }

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