Html Css Color HEX #AD66D4 Amethyst

📋 copy color: '#AD66D4'

red 173 ◦ green 102 ◦ blue 212

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

Shades of Amethyst #AD66D4

Tints of Amethyst #AD66D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 35.52%
G = 20.94%
B = 43.53%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD66D4 (or 0xAD66D4) is known color: Amethyst. HEX triplet: AD, 66 and D4. RGB value is (173,102,212). Sum of RGB (Red+Green+Blue) = 173+102+212=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD66D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66D4 is #52992B. Grayscale: #878787. Windows color (decimal): -5413164 or 13919917. OLE color: 13919917.

HSL color Cylindrical-coordinate representation of color #AD66D4: hue angle of 278.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD66D4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 102 212 -
CMYK 0.18 0.52 0 0.17
HSL 278.73º 0.56% 0.62% -
HSV(B) 278.73º 0.52% 0.83% -
XYZ 33.87 23.14 64.97 -
YUV 135.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 173 102 212 0.18 0.52 0 0.17 278.73 0.56 0.62
Hex AD 66 D4 12 34 0 11 117 38 3E
Octal 255 146 324 22 64 0 21 427 70 76
Binary 10101101 1100110 11010100 10010 110100 0 10001 100010111 111000 111110

Color Harmonies of #AD66D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66D4

Black with #AD66D4

Text Example


Text Example

White with #AD66D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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