Html Css Color HEX #A663DF Amethyst

📋 copy color: '#A663DF'

red 166 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A663DF

Tints of Amethyst #A663DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 34.02%
G = 20.29%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A663DF (or 0xA663DF) is known color: Amethyst. HEX triplet: A6, 63 and DF. RGB value is (166,99,223). Sum of RGB (Red+Green+Blue) = 166+99+223=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A663DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DF is #599C20. Grayscale: #848484. Windows color (decimal): -5872673 or 14640038. OLE color: 14640038.

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

Color convert

RGB 166 99 223 -
CMYK 0.26 0.56 0 0.13
HSL 272.42º 0.66% 0.63% -
HSV(B) 272.42º 0.56% 0.87% -
XYZ 33.51 22.36 72.36 -
YUV 133.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 166 99 223 0.26 0.56 0 0.13 272.42 0.66 0.63
Hex A6 63 DF 1A 38 0 D 110 42 3F
Octal 246 143 337 32 70 0 15 420 102 77
Binary 10100110 1100011 11011111 11010 111000 0 1101 100010000 1000010 111111

Color Harmonies of #A663DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663DF

Black with #A663DF

Text Example


Text Example

White with #A663DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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