Html Css Color HEX #A866DF Amethyst

📋 copy color: '#A866DF'

red 168 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #A866DF

Tints of Amethyst #A866DF

RGB

 RED value IS 168 (66.02% from 255) = 34.08%

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

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

R = 34.08%
G = 20.69%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A866DF (or 0xA866DF) is known color: Amethyst. HEX triplet: A8, 66 and DF. RGB value is (168,102,223). Sum of RGB (Red+Green+Blue) = 168+102+223=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #A866DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866DF is #579920. Grayscale: #878787. Windows color (decimal): -5740833 or 14640808. OLE color: 14640808.

HSL color Cylindrical-coordinate representation of color #A866DF: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A866DF is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 102 223 -
CMYK 0.25 0.54 0 0.13
HSL 272.73º 0.65% 0.64% -
HSV(B) 272.73º 0.54% 0.87% -
XYZ 34.22 23.16 72.48 -
YUV 135.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 168 102 223 0.25 0.54 0 0.13 272.73 0.65 0.64
Hex A8 66 DF 19 36 0 D 111 41 40
Octal 250 146 337 31 66 0 15 421 101 100
Binary 10101000 1100110 11011111 11001 110110 0 1101 100010001 1000001 1000000

Color Harmonies of #A866DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866DF

Black with #A866DF

Text Example


Text Example

White with #A866DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866DF; }

 p { color: rgb(168,102,223); }

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

background-color css

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

 a { background-color: rgb(168,102,223); }

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

border-color css

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

 span { border-color: rgb(168,102,223); }

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