Html Css Color HEX #A86CDF Amethyst

📋 copy color: '#A86CDF'

red 168 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #A86CDF

Tints of Amethyst #A86CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

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

R = 33.67%
G = 21.64%
B = 44.69%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86CDF (or 0xA86CDF) is known color: Amethyst. HEX triplet: A8, 6C and DF. RGB value is (168,108,223). Sum of RGB (Red+Green+Blue) = 168+108+223=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A86CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDF is #579320. Grayscale: #8A8A8A. Windows color (decimal): -5739297 or 14642344. OLE color: 14642344.

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

Color convert

RGB 168 108 223 -
CMYK 0.25 0.52 0 0.13
HSL 271.3º 0.64% 0.65% -
HSV(B) 271.3º 0.52% 0.87% -
XYZ 34.83 24.38 72.68 -
YUV 139.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 168 108 223 0.25 0.52 0 0.13 271.3 0.64 0.65
Hex A8 6C DF 19 34 0 D 10F 40 41
Octal 250 154 337 31 64 0 15 417 100 101
Binary 10101000 1101100 11011111 11001 110100 0 1101 100001111 1000000 1000001

Color Harmonies of #A86CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CDF

Black with #A86CDF

Text Example


Text Example

White with #A86CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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