Html Css Color HEX #AE66FE Medium Purple

📋 copy color: '#AE66FE'

red 174 ◦ green 102 ◦ blue 254

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

Shades of Medium Purple #AE66FE

Tints of Medium Purple #AE66FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.25%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 32.83%
G = 19.25%
B = 47.92%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE66FE (or 0xAE66FE) is known color: Medium Purple. HEX triplet: AE, 66 and FE. RGB value is (174,102,254). Sum of RGB (Red+Green+Blue) = 174+102+254=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE66FE is #519901. Grayscale: #8C8C8C. Windows color (decimal): -5347586 or 16672430. OLE color: 16672430.

HSL color Cylindrical-coordinate representation of color #AE66FE: hue angle of 268.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE66FE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 102 254 -
CMYK 0.31 0.60 0 0.00
HSL 268.42º 0.99% 0.7% -
HSV(B) 268.42º 0.6% 1% -
XYZ 40.1 25.66 96.6 -
YUV 140.86 191.85 151.64 -
System Red Green Blue C M Y K H S L
Decimal 174 102 254 0.31 0.60 0 0.00 268.42 0.99 0.7
Hex AE 66 FE 1F 3C 0 0 10C 63 46
Octal 256 146 376 37 74 0 0 414 143 106
Binary 10101110 1100110 11111110 11111 111100 0 0 100001100 1100011 1000110

Color Harmonies of #AE66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66FE

Black with #AE66FE

Text Example


Text Example

White with #AE66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66FE; }

 p { color: rgb(174,102,254); }

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

background-color css

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

 a { background-color: rgb(174,102,254); }

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

border-color css

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

 span { border-color: rgb(174,102,254); }

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