Html Css Color HEX #AE6EDA Amethyst

📋 copy color: '#AE6EDA'

red 174 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AE6EDA

Tints of Amethyst #AE6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 34.66%
G = 21.91%
B = 43.43%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE6EDA (or 0xAE6EDA) is known color: Amethyst. HEX triplet: AE, 6E and DA. RGB value is (174,110,218). Sum of RGB (Red+Green+Blue) = 174+110+218=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EDA is #519125. Grayscale: #8D8D8D. Windows color (decimal): -5345574 or 14315182. OLE color: 14315182.

HSL color Cylindrical-coordinate representation of color #AE6EDA: hue angle of 275.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6EDA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 110 218 -
CMYK 0.20 0.50 0 0.15
HSL 275.56º 0.59% 0.64% -
HSV(B) 275.56º 0.5% 0.85% -
XYZ 35.69 25.21 69.32 -
YUV 141.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 174 110 218 0.20 0.50 0 0.15 275.56 0.59 0.64
Hex AE 6E DA 14 32 0 F 114 3B 40
Octal 256 156 332 24 62 0 17 424 73 100
Binary 10101110 1101110 11011010 10100 110010 0 1111 100010100 111011 1000000

Color Harmonies of #AE6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6EDA

Black with #AE6EDA

Text Example


Text Example

White with #AE6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6EDA; }

 p { color: rgb(174,110,218); }

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

background-color css

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

 a { background-color: rgb(174,110,218); }

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

border-color css

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

 span { border-color: rgb(174,110,218); }

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