Html Css Color HEX #A863DF Amethyst

📋 copy color: '#A863DF'

red 168 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A863DF

Tints of Amethyst #A863DF

RGB

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

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

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

R = 34.29%
G = 20.2%
B = 45.51%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A863DF (or 0xA863DF) is known color: Amethyst. HEX triplet: A8, 63 and DF. RGB value is (168,99,223). Sum of RGB (Red+Green+Blue) = 168+99+223=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A863DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DF is #579C20. Grayscale: #858585. Windows color (decimal): -5741601 or 14640040. OLE color: 14640040.

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

Color convert

RGB 168 99 223 -
CMYK 0.25 0.56 0 0.13
HSL 273.39º 0.66% 0.63% -
HSV(B) 273.39º 0.56% 0.87% -
XYZ 33.93 22.58 72.38 -
YUV 133.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 168 99 223 0.25 0.56 0 0.13 273.39 0.66 0.63
Hex A8 63 DF 19 38 0 D 111 42 3F
Octal 250 143 337 31 70 0 15 421 102 77
Binary 10101000 1100011 11011111 11001 111000 0 1101 100010001 1000010 111111

Color Harmonies of #A863DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863DF

Black with #A863DF

Text Example


Text Example

White with #A863DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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