Html Css Color HEX #A86CDC Amethyst

📋 copy color: '#A86CDC'

red 168 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #A86CDC

Tints of Amethyst #A86CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 33.87%
G = 21.77%
B = 44.35%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86CDC (or 0xA86CDC) is known color: Amethyst. HEX triplet: A8, 6C and DC. RGB value is (168,108,220). Sum of RGB (Red+Green+Blue) = 168+108+220=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A86CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDC is #579323. Grayscale: #8A8A8A. Windows color (decimal): -5739300 or 14445736. OLE color: 14445736.

HSL color Cylindrical-coordinate representation of color #A86CDC: hue angle of 272.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86CDC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 108 220 -
CMYK 0.24 0.51 0 0.14
HSL 272.14º 0.62% 0.64% -
HSV(B) 272.14º 0.51% 0.86% -
XYZ 34.43 24.22 70.57 -
YUV 138.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 168 108 220 0.24 0.51 0 0.14 272.14 0.62 0.64
Hex A8 6C DC 18 33 0 E 110 3E 40
Octal 250 154 334 30 63 0 16 420 76 100
Binary 10101000 1101100 11011100 11000 110011 0 1110 100010000 111110 1000000

Color Harmonies of #A86CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CDC

Black with #A86CDC

Text Example


Text Example

White with #A86CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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