Html Css Color HEX #AE7BDC Medium Purple

📋 copy color: '#AE7BDC'

red 174 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #AE7BDC

Tints of Medium Purple #AE7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.79%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 33.66%
G = 23.79%
B = 42.55%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE7BDC (or 0xAE7BDC) is known color: Medium Purple. HEX triplet: AE, 7B and DC. RGB value is (174,123,220). Sum of RGB (Red+Green+Blue) = 174+123+220=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDC is #518423. Grayscale: #949494. Windows color (decimal): -5342244 or 14449582. OLE color: 14449582.

HSL color Cylindrical-coordinate representation of color #AE7BDC: hue angle of 271.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7BDC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 123 220 -
CMYK 0.21 0.44 0 0.14
HSL 271.55º 0.58% 0.67% -
HSV(B) 271.55º 0.44% 0.86% -
XYZ 37.46 28.33 71.2 -
YUV 149.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 174 123 220 0.21 0.44 0 0.14 271.55 0.58 0.67
Hex AE 7B DC 15 2C 0 E 110 3A 43
Octal 256 173 334 25 54 0 16 420 72 103
Binary 10101110 1111011 11011100 10101 101100 0 1110 100010000 111010 1000011

Color Harmonies of #AE7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BDC

Black with #AE7BDC

Text Example


Text Example

White with #AE7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BDC; }

 p { color: rgb(174,123,220); }

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

background-color css

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

 a { background-color: rgb(174,123,220); }

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

border-color css

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

 span { border-color: rgb(174,123,220); }

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