Html Css Color HEX #A86ADA Amethyst

📋 copy color: '#A86ADA'

red 168 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #A86ADA

Tints of Amethyst #A86ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

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

R = 34.15%
G = 21.54%
B = 44.31%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A86ADA (or 0xA86ADA) is known color: Amethyst. HEX triplet: A8, 6A and DA. RGB value is (168,106,218). Sum of RGB (Red+Green+Blue) = 168+106+218=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A86ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADA is #579525. Grayscale: #888888. Windows color (decimal): -5739814 or 14314152. OLE color: 14314152.

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

Color convert

RGB 168 106 218 -
CMYK 0.23 0.51 0 0.15
HSL 273.21º 0.6% 0.64% -
HSV(B) 273.21º 0.51% 0.85% -
XYZ 33.96 23.69 69.11 -
YUV 137.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 168 106 218 0.23 0.51 0 0.15 273.21 0.6 0.64
Hex A8 6A DA 17 33 0 F 111 3C 40
Octal 250 152 332 27 63 0 17 421 74 100
Binary 10101000 1101010 11011010 10111 110011 0 1111 100010001 111100 1000000

Color Harmonies of #A86ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ADA

Black with #A86ADA

Text Example


Text Example

White with #A86ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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