Html Css Color HEX #AD64E6 Amethyst

📋 copy color: '#AD64E6'

red 173 ◦ green 100 ◦ blue 230

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

Shades of Amethyst #AD64E6

Tints of Amethyst #AD64E6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.88%

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

R = 34.39%
G = 19.88%
B = 45.73%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD64E6 (or 0xAD64E6) is known color: Amethyst. HEX triplet: AD, 64 and E6. RGB value is (173,100,230). Sum of RGB (Red+Green+Blue) = 173+100+230=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD64E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64E6 is #529B19. Grayscale: #888888. Windows color (decimal): -5413658 or 15099053. OLE color: 15099053.

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

Color convert

RGB 173 100 230 -
CMYK 0.25 0.57 0 0.10
HSL 273.69º 0.72% 0.65% -
HSV(B) 273.69º 0.57% 0.9% -
XYZ 36.07 23.71 77.54 -
YUV 136.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 173 100 230 0.25 0.57 0 0.10 273.69 0.72 0.65
Hex AD 64 E6 19 39 0 A 112 48 41
Octal 255 144 346 31 71 0 12 422 110 101
Binary 10101101 1100100 11100110 11001 111001 0 1010 100010010 1001000 1000001

Color Harmonies of #AD64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64E6

Black with #AD64E6

Text Example


Text Example

White with #AD64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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