Html Css Color HEX #AE6BFC Medium Purple

📋 copy color: '#AE6BFC'

red 174 ◦ green 107 ◦ blue 252

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

Shades of Medium Purple #AE6BFC

Tints of Medium Purple #AE6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.08%

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

R = 32.65%
G = 20.08%
B = 47.28%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE6BFC (or 0xAE6BFC) is known color: Medium Purple. HEX triplet: AE, 6B and FC. RGB value is (174,107,252). Sum of RGB (Red+Green+Blue) = 174+107+252=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BFC is #519403. Grayscale: #8F8F8F. Windows color (decimal): -5346308 or 16542638. OLE color: 16542638.

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

Color convert

RGB 174 107 252 -
CMYK 0.31 0.58 0 0.01
HSL 267.72º 0.96% 0.7% -
HSV(B) 267.72º 0.58% 0.99% -
XYZ 40.28 26.54 95.1 -
YUV 143.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 174 107 252 0.31 0.58 0 0.01 267.72 0.96 0.7
Hex AE 6B FC 1F 3A 0 1 10C 60 46
Octal 256 153 374 37 72 0 1 414 140 106
Binary 10101110 1101011 11111100 11111 111010 0 1 100001100 1100000 1000110

Color Harmonies of #AE6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BFC

Black with #AE6BFC

Text Example


Text Example

White with #AE6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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