Html Css Color HEX #A663DC Amethyst

📋 copy color: '#A663DC'

red 166 ◦ green 99 ◦ blue 220

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

Shades of Amethyst #A663DC

Tints of Amethyst #A663DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.41%

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

R = 34.23%
G = 20.41%
B = 45.36%

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

#A663DC (or 0xA663DC) is known color: Amethyst. HEX triplet: A6, 63 and DC. RGB value is (166,99,220). Sum of RGB (Red+Green+Blue) = 166+99+220=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A663DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DC is #599C23. Grayscale: #848484. Windows color (decimal): -5872676 or 14443430. OLE color: 14443430.

HSL color Cylindrical-coordinate representation of color #A663DC: hue angle of 273.22º 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 #A663DC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 99 220 -
CMYK 0.25 0.55 0 0.14
HSL 273.22º 0.63% 0.63% -
HSV(B) 273.22º 0.55% 0.86% -
XYZ 33.11 22.2 70.25 -
YUV 132.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 166 99 220 0.25 0.55 0 0.14 273.22 0.63 0.63
Hex A6 63 DC 19 37 0 E 111 3F 3F
Octal 246 143 334 31 67 0 16 421 77 77
Binary 10100110 1100011 11011100 11001 110111 0 1110 100010001 111111 111111

Color Harmonies of #A663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663DC

Black with #A663DC

Text Example


Text Example

White with #A663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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