Html Css Color HEX #AE7BED Medium Purple

📋 copy color: '#AE7BED'

red 174 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #AE7BED

Tints of Medium Purple #AE7BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 32.58%
G = 23.03%
B = 44.38%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE7BED (or 0xAE7BED) is known color: Medium Purple. HEX triplet: AE, 7B and ED. RGB value is (174,123,237). Sum of RGB (Red+Green+Blue) = 174+123+237=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BED is #518412. Grayscale: #969696. Windows color (decimal): -5342227 or 15563694. OLE color: 15563694.

HSL color Cylindrical-coordinate representation of color #AE7BED: hue angle of 266.84º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE7BED is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 123 237 -
CMYK 0.27 0.48 0 0.07
HSL 266.84º 0.76% 0.71% -
HSV(B) 266.84º 0.48% 0.93% -
XYZ 39.82 29.28 83.67 -
YUV 151.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 174 123 237 0.27 0.48 0 0.07 266.84 0.76 0.71
Hex AE 7B ED 1B 30 0 7 10B 4C 47
Octal 256 173 355 33 60 0 7 413 114 107
Binary 10101110 1111011 11101101 11011 110000 0 111 100001011 1001100 1000111

Color Harmonies of #AE7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BED

Black with #AE7BED

Text Example


Text Example

White with #AE7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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