Html Css Color HEX #A866DB Amethyst

📋 copy color: '#A866DB'

red 168 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #A866DB

Tints of Amethyst #A866DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.86%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 34.36%
G = 20.86%
B = 44.79%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A866DB (or 0xA866DB) is known color: Amethyst. HEX triplet: A8, 66 and DB. RGB value is (168,102,219). Sum of RGB (Red+Green+Blue) = 168+102+219=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A866DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866DB is #579924. Grayscale: #868686. Windows color (decimal): -5740837 or 14378664. OLE color: 14378664.

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

Color convert

RGB 168 102 219 -
CMYK 0.23 0.53 0 0.14
HSL 273.85º 0.62% 0.63% -
HSV(B) 273.85º 0.53% 0.86% -
XYZ 33.69 22.94 69.67 -
YUV 135.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 168 102 219 0.23 0.53 0 0.14 273.85 0.62 0.63
Hex A8 66 DB 17 35 0 E 112 3E 3F
Octal 250 146 333 27 65 0 16 422 76 77
Binary 10101000 1100110 11011011 10111 110101 0 1110 100010010 111110 111111

Color Harmonies of #A866DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866DB

Black with #A866DB

Text Example


Text Example

White with #A866DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866DB; }

 p { color: rgb(168,102,219); }

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

background-color css

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

 a { background-color: rgb(168,102,219); }

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

border-color css

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

 span { border-color: rgb(168,102,219); }

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