Html Css Color HEX #A86CDA Amethyst

📋 copy color: '#A86CDA'

red 168 ◦ green 108 ◦ blue 218

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

Shades of Amethyst #A86CDA

Tints of Amethyst #A86CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 34.01%
G = 21.86%
B = 44.13%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A86CDA (or 0xA86CDA) is known color: Amethyst. HEX triplet: A8, 6C and DA. RGB value is (168,108,218). Sum of RGB (Red+Green+Blue) = 168+108+218=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A86CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDA is #579325. Grayscale: #8A8A8A. Windows color (decimal): -5739302 or 14314664. OLE color: 14314664.

HSL color Cylindrical-coordinate representation of color #A86CDA: hue angle of 272.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86CDA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 108 218 -
CMYK 0.23 0.50 0 0.15
HSL 272.73º 0.6% 0.64% -
HSV(B) 272.73º 0.5% 0.85% -
XYZ 34.17 24.11 69.18 -
YUV 138.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 168 108 218 0.23 0.50 0 0.15 272.73 0.6 0.64
Hex A8 6C DA 17 32 0 F 111 3C 40
Octal 250 154 332 27 62 0 17 421 74 100
Binary 10101000 1101100 11011010 10111 110010 0 1111 100010001 111100 1000000

Color Harmonies of #A86CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CDA

Black with #A86CDA

Text Example


Text Example

White with #A86CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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