Html Css Color HEX #AE6ADB Amethyst

📋 copy color: '#AE6ADB'

red 174 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #AE6ADB

Tints of Amethyst #AE6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 34.87%
G = 21.24%
B = 43.89%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6ADB (or 0xAE6ADB) is known color: Amethyst. HEX triplet: AE, 6A and DB. RGB value is (174,106,219). Sum of RGB (Red+Green+Blue) = 174+106+219=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ADB is #519524. Grayscale: #8A8A8A. Windows color (decimal): -5346597 or 14379694. OLE color: 14379694.

HSL color Cylindrical-coordinate representation of color #AE6ADB: hue angle of 276.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6ADB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 106 219 -
CMYK 0.21 0.52 0 0.14
HSL 276.11º 0.61% 0.64% -
HSV(B) 276.11º 0.52% 0.86% -
XYZ 35.4 24.42 69.87 -
YUV 139.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 174 106 219 0.21 0.52 0 0.14 276.11 0.61 0.64
Hex AE 6A DB 15 34 0 E 114 3D 40
Octal 256 152 333 25 64 0 16 424 75 100
Binary 10101110 1101010 11011011 10101 110100 0 1110 100010100 111101 1000000

Color Harmonies of #AE6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ADB

Black with #AE6ADB

Text Example


Text Example

White with #AE6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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