Html Css Color HEX #AE6BDE Amethyst

📋 copy color: '#AE6BDE'

red 174 ◦ green 107 ◦ blue 222

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

Shades of Amethyst #AE6BDE

Tints of Amethyst #AE6BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 34.59%
G = 21.27%
B = 44.14%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE6BDE (or 0xAE6BDE) is known color: Amethyst. HEX triplet: AE, 6B and DE. RGB value is (174,107,222). Sum of RGB (Red+Green+Blue) = 174+107+222=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDE is #519421. Grayscale: #8B8B8B. Windows color (decimal): -5346338 or 14576558. OLE color: 14576558.

HSL color Cylindrical-coordinate representation of color #AE6BDE: hue angle of 274.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6BDE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 107 222 -
CMYK 0.22 0.52 0 0.13
HSL 274.96º 0.64% 0.65% -
HSV(B) 274.96º 0.52% 0.87% -
XYZ 35.9 24.79 72 -
YUV 140.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 174 107 222 0.22 0.52 0 0.13 274.96 0.64 0.65
Hex AE 6B DE 16 34 0 D 113 40 41
Octal 256 153 336 26 64 0 15 423 100 101
Binary 10101110 1101011 11011110 10110 110100 0 1101 100010011 1000000 1000001

Color Harmonies of #AE6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BDE

Black with #AE6BDE

Text Example


Text Example

White with #AE6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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