Html Css Color HEX #AE6FE0 Amethyst

📋 copy color: '#AE6FE0'

red 174 ◦ green 111 ◦ blue 224

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

Shades of Amethyst #AE6FE0

Tints of Amethyst #AE6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 34.18%
G = 21.81%
B = 44.01%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE6FE0 (or 0xAE6FE0) is known color: Amethyst. HEX triplet: AE, 6F and E0. RGB value is (174,111,224). Sum of RGB (Red+Green+Blue) = 174+111+224=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FE0 is #51901F. Grayscale: #8E8E8E. Windows color (decimal): -5345312 or 14708654. OLE color: 14708654.

HSL color Cylindrical-coordinate representation of color #AE6FE0: hue angle of 273.45º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6FE0 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 111 224 -
CMYK 0.22 0.50 0 0.12
HSL 273.45º 0.65% 0.66% -
HSV(B) 273.45º 0.5% 0.88% -
XYZ 36.59 25.75 73.56 -
YUV 142.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 174 111 224 0.22 0.50 0 0.12 273.45 0.65 0.66
Hex AE 6F E0 16 32 0 C 111 41 42
Octal 256 157 340 26 62 0 14 421 101 102
Binary 10101110 1101111 11100000 10110 110010 0 1100 100010001 1000001 1000010

Color Harmonies of #AE6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FE0

Black with #AE6FE0

Text Example


Text Example

White with #AE6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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