Html Css Color HEX #AE6FFC Medium Purple

📋 copy color: '#AE6FFC'

red 174 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #AE6FFC

Tints of Medium Purple #AE6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 32.4%
G = 20.67%
B = 46.93%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE6FFC (or 0xAE6FFC) is known color: Medium Purple. HEX triplet: AE, 6F and FC. RGB value is (174,111,252). Sum of RGB (Red+Green+Blue) = 174+111+252=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6FFC is #519003. Grayscale: #919191. Windows color (decimal): -5345284 or 16543662. OLE color: 16543662.

HSL color Cylindrical-coordinate representation of color #AE6FFC: hue angle of 266.81º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE6FFC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 111 252 -
CMYK 0.31 0.56 0 0.01
HSL 266.81º 0.96% 0.71% -
HSV(B) 266.81º 0.56% 0.99% -
XYZ 40.71 27.4 95.24 -
YUV 145.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 174 111 252 0.31 0.56 0 0.01 266.81 0.96 0.71
Hex AE 6F FC 1F 38 0 1 10B 60 47
Octal 256 157 374 37 70 0 1 413 140 107
Binary 10101110 1101111 11111100 11111 111000 0 1 100001011 1100000 1000111

Color Harmonies of #AE6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FFC

Black with #AE6FFC

Text Example


Text Example

White with #AE6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FFC; }

 p { color: rgb(174,111,252); }

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

background-color css

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

 a { background-color: rgb(174,111,252); }

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

border-color css

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

 span { border-color: rgb(174,111,252); }

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