Html Css Color HEX #AD66E6 Amethyst

📋 copy color: '#AD66E6'

red 173 ◦ green 102 ◦ blue 230

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

Shades of Amethyst #AD66E6

Tints of Amethyst #AD66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 34.26%
G = 20.2%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD66E6 (or 0xAD66E6) is known color: Amethyst. HEX triplet: AD, 66 and E6. RGB value is (173,102,230). Sum of RGB (Red+Green+Blue) = 173+102+230=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD66E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66E6 is #529919. Grayscale: #898989. Windows color (decimal): -5413146 or 15099565. OLE color: 15099565.

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

Color convert

RGB 173 102 230 -
CMYK 0.25 0.56 0 0.10
HSL 273.28º 0.72% 0.65% -
HSV(B) 273.28º 0.56% 0.9% -
XYZ 36.27 24.1 77.6 -
YUV 137.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 173 102 230 0.25 0.56 0 0.10 273.28 0.72 0.65
Hex AD 66 E6 19 38 0 A 111 48 41
Octal 255 146 346 31 70 0 12 421 110 101
Binary 10101101 1100110 11100110 11001 111000 0 1010 100010001 1001000 1000001

Color Harmonies of #AD66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66E6

Black with #AD66E6

Text Example


Text Example

White with #AD66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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