Html Css Color HEX #AE6ADE Amethyst

📋 copy color: '#AE6ADE'

red 174 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #AE6ADE

Tints of Amethyst #AE6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

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

R = 34.66%
G = 21.12%
B = 44.22%

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

#AE6ADE (or 0xAE6ADE) is known color: Amethyst. HEX triplet: AE, 6A and DE. RGB value is (174,106,222). Sum of RGB (Red+Green+Blue) = 174+106+222=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ADE is #519521. Grayscale: #8B8B8B. Windows color (decimal): -5346594 or 14576302. OLE color: 14576302.

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

Color convert

RGB 174 106 222 -
CMYK 0.22 0.52 0 0.13
HSL 275.17º 0.64% 0.64% -
HSV(B) 275.17º 0.52% 0.87% -
XYZ 35.79 24.58 71.97 -
YUV 139.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 174 106 222 0.22 0.52 0 0.13 275.17 0.64 0.64
Hex AE 6A DE 16 34 0 D 113 40 40
Octal 256 152 336 26 64 0 15 423 100 100
Binary 10101110 1101010 11011110 10110 110100 0 1101 100010011 1000000 1000000

Color Harmonies of #AE6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ADE

Black with #AE6ADE

Text Example


Text Example

White with #AE6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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