Html Css Color HEX #A866CD Amethyst

📋 copy color: '#A866CD'

red 168 ◦ green 102 ◦ blue 205

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

Shades of Amethyst #A866CD

Tints of Amethyst #A866CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 35.37%
G = 21.47%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A866CD (or 0xA866CD) is known color: Amethyst. HEX triplet: A8, 66 and CD. RGB value is (168,102,205). Sum of RGB (Red+Green+Blue) = 168+102+205=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A866CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866CD is #579932. Grayscale: #858585. Windows color (decimal): -5740851 or 13461160. OLE color: 13461160.

HSL color Cylindrical-coordinate representation of color #A866CD: hue angle of 278.45º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A866CD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 102 205 -
CMYK 0.18 0.50 0 0.20
HSL 278.45º 0.51% 0.6% -
HSV(B) 278.45º 0.5% 0.8% -
XYZ 31.92 22.24 60.37 -
YUV 133.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 168 102 205 0.18 0.50 0 0.20 278.45 0.51 0.6
Hex A8 66 CD 12 32 0 14 116 33 3C
Octal 250 146 315 22 62 0 24 426 63 74
Binary 10101000 1100110 11001101 10010 110010 0 10100 100010110 110011 111100

Color Harmonies of #A866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866CD

Black with #A866CD

Text Example


Text Example

White with #A866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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