Html Css Color HEX #AD66E5 Amethyst

📋 copy color: '#AD66E5'

red 173 ◦ green 102 ◦ blue 229

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

Shades of Amethyst #AD66E5

Tints of Amethyst #AD66E5

RGB

 RED value IS 173 (67.97% from 255) = 34.33%

 GREEN value IS 102 (40.23% from 255) = 20.24%

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 34.33%
G = 20.24%
B = 45.44%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD66E5 (or 0xAD66E5) is known color: Amethyst. HEX triplet: AD, 66 and E5. RGB value is (173,102,229). Sum of RGB (Red+Green+Blue) = 173+102+229=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD66E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66E5 is #52991A. Grayscale: #898989. Windows color (decimal): -5413147 or 15034029. OLE color: 15034029.

HSL color Cylindrical-coordinate representation of color #AD66E5: hue angle of 273.54º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD66E5 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 102 229 -
CMYK 0.24 0.55 0 0.10
HSL 273.54º 0.71% 0.65% -
HSV(B) 273.54º 0.55% 0.9% -
XYZ 36.13 24.04 76.87 -
YUV 137.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 173 102 229 0.24 0.55 0 0.10 273.54 0.71 0.65
Hex AD 66 E5 18 37 0 A 112 47 41
Octal 255 146 345 30 67 0 12 422 107 101
Binary 10101101 1100110 11100101 11000 110111 0 1010 100010010 1000111 1000001

Color Harmonies of #AD66E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66E5

Black with #AD66E5

Text Example


Text Example

White with #AD66E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66E5; }

 p { color: rgb(173,102,229); }

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

background-color css

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

 a { background-color: rgb(173,102,229); }

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

border-color css

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

 span { border-color: rgb(173,102,229); }

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