Html Css Color HEX #A664DC Amethyst

📋 copy color: '#A664DC'

red 166 ◦ green 100 ◦ blue 220

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

Shades of Amethyst #A664DC

Tints of Amethyst #A664DC

RGB

 RED value IS 166 (65.23% from 255) = 34.16%

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 34.16%
G = 20.58%
B = 45.27%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A664DC (or 0xA664DC) is known color: Amethyst. HEX triplet: A6, 64 and DC. RGB value is (166,100,220). Sum of RGB (Red+Green+Blue) = 166+100+220=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A664DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664DC is #599B23. Grayscale: #858585. Windows color (decimal): -5872420 or 14443686. OLE color: 14443686.

HSL color Cylindrical-coordinate representation of color #A664DC: hue angle of 273º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A664DC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 100 220 -
CMYK 0.25 0.55 0 0.14
HSL 273º 0.63% 0.63% -
HSV(B) 273º 0.55% 0.86% -
XYZ 33.2 22.39 70.28 -
YUV 133.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 166 100 220 0.25 0.55 0 0.14 273 0.63 0.63
Hex A6 64 DC 19 37 0 E 111 3F 3F
Octal 246 144 334 31 67 0 16 421 77 77
Binary 10100110 1100100 11011100 11001 110111 0 1110 100010001 111111 111111

Color Harmonies of #A664DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664DC

Black with #A664DC

Text Example


Text Example

White with #A664DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664DC; }

 p { color: rgb(166,100,220); }

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

background-color css

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

 a { background-color: rgb(166,100,220); }

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

border-color css

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

 span { border-color: rgb(166,100,220); }

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