Html Css Color HEX #AE6CEC Medium Purple

📋 copy color: '#AE6CEC'

red 174 ◦ green 108 ◦ blue 236

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

Shades of Medium Purple #AE6CEC

Tints of Medium Purple #AE6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 33.59%
G = 20.85%
B = 45.56%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE6CEC (or 0xAE6CEC) is known color: Medium Purple. HEX triplet: AE, 6C and EC. RGB value is (174,108,236). Sum of RGB (Red+Green+Blue) = 174+108+236=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6CEC is #519313. Grayscale: #8D8D8D. Windows color (decimal): -5346068 or 15494318. OLE color: 15494318.

HSL color Cylindrical-coordinate representation of color #AE6CEC: hue angle of 270.94º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE6CEC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 108 236 -
CMYK 0.26 0.54 0 0.07
HSL 270.94º 0.77% 0.67% -
HSV(B) 270.94º 0.54% 0.93% -
XYZ 37.96 25.78 82.33 -
YUV 142.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 174 108 236 0.26 0.54 0 0.07 270.94 0.77 0.67
Hex AE 6C EC 1A 36 0 7 10F 4D 43
Octal 256 154 354 32 66 0 7 417 115 103
Binary 10101110 1101100 11101100 11010 110110 0 111 100001111 1001101 1000011

Color Harmonies of #AE6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CEC

Black with #AE6CEC

Text Example


Text Example

White with #AE6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CEC; }

 p { color: rgb(174,108,236); }

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

background-color css

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

 a { background-color: rgb(174,108,236); }

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

border-color css

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

 span { border-color: rgb(174,108,236); }

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