Html Css Color HEX #AD66EA Amethyst

📋 copy color: '#AD66EA'

red 173 ◦ green 102 ◦ blue 234

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

Shades of Amethyst #AD66EA

Tints of Amethyst #AD66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 33.99%
G = 20.04%
B = 45.97%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD66EA (or 0xAD66EA) is known color: Amethyst. HEX triplet: AD, 66 and EA. RGB value is (173,102,234). Sum of RGB (Red+Green+Blue) = 173+102+234=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66EA is #529915. Grayscale: #898989. Windows color (decimal): -5413142 or 15361709. OLE color: 15361709.

HSL color Cylindrical-coordinate representation of color #AD66EA: hue angle of 272.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD66EA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 102 234 -
CMYK 0.26 0.56 0 0.08
HSL 272.27º 0.76% 0.66% -
HSV(B) 272.27º 0.56% 0.92% -
XYZ 36.84 24.33 80.6 -
YUV 138.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 173 102 234 0.26 0.56 0 0.08 272.27 0.76 0.66
Hex AD 66 EA 1A 38 0 8 110 4C 42
Octal 255 146 352 32 70 0 10 420 114 102
Binary 10101101 1100110 11101010 11010 111000 0 1000 100010000 1001100 1000010

Color Harmonies of #AD66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66EA

Black with #AD66EA

Text Example


Text Example

White with #AD66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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