Html Css Color HEX #A86CD2 Amethyst

📋 copy color: '#A86CD2'

red 168 ◦ green 108 ◦ blue 210

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

Shades of Amethyst #A86CD2

Tints of Amethyst #A86CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 34.57%
G = 22.22%
B = 43.21%

CMYK

 C value IS 0.2

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A86CD2 (or 0xA86CD2) is known color: Amethyst. HEX triplet: A8, 6C and D2. RGB value is (168,108,210). Sum of RGB (Red+Green+Blue) = 168+108+210=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #A86CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD2 is #57932D. Grayscale: #898989. Windows color (decimal): -5739310 or 13790376. OLE color: 13790376.

HSL color Cylindrical-coordinate representation of color #A86CD2: hue angle of 275.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86CD2 is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 108 210 -
CMYK 0.2 0.49 0 0.18
HSL 275.29º 0.53% 0.62% -
HSV(B) 275.29º 0.49% 0.82% -
XYZ 33.14 23.7 63.8 -
YUV 137.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 168 108 210 0.2 0.49 0 0.18 275.29 0.53 0.62
Hex A8 6C D2 14 31 0 12 113 35 3E
Octal 250 154 322 24 61 0 22 423 65 76
Binary 10101000 1101100 11010010 10100 110001 0 10010 100010011 110101 111110

Color Harmonies of #A86CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CD2

Black with #A86CD2

Text Example


Text Example

White with #A86CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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