Html Css Color HEX #AE7ADB Amethyst

📋 copy color: '#AE7ADB'

red 174 ◦ green 122 ◦ blue 219

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

Shades of Amethyst #AE7ADB

Tints of Amethyst #AE7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.69%

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

R = 33.79%
G = 23.69%
B = 42.52%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE7ADB (or 0xAE7ADB) is known color: Amethyst. HEX triplet: AE, 7A and DB. RGB value is (174,122,219). Sum of RGB (Red+Green+Blue) = 174+122+219=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ADB is #518524. Grayscale: #949494. Windows color (decimal): -5342501 or 14383790. OLE color: 14383790.

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

Color convert

RGB 174 122 219 -
CMYK 0.21 0.44 0 0.14
HSL 272.16º 0.57% 0.67% -
HSV(B) 272.16º 0.44% 0.86% -
XYZ 37.2 28.03 70.47 -
YUV 148.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 174 122 219 0.21 0.44 0 0.14 272.16 0.57 0.67
Hex AE 7A DB 15 2C 0 E 110 39 43
Octal 256 172 333 25 54 0 16 420 71 103
Binary 10101110 1111010 11011011 10101 101100 0 1110 100010000 111001 1000011

Color Harmonies of #AE7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7ADB

Black with #AE7ADB

Text Example


Text Example

White with #AE7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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