Html Css Color HEX #A86CD0 Amethyst

📋 copy color: '#A86CD0'

red 168 ◦ green 108 ◦ blue 208

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

Shades of Amethyst #A86CD0

Tints of Amethyst #A86CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 34.71%
G = 22.31%
B = 42.98%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A86CD0 (or 0xA86CD0) is known color: Amethyst. HEX triplet: A8, 6C and D0. RGB value is (168,108,208). Sum of RGB (Red+Green+Blue) = 168+108+208=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #A86CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD0 is #57932F. Grayscale: #898989. Windows color (decimal): -5739312 or 13659304. OLE color: 13659304.

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

Color convert

RGB 168 108 208 -
CMYK 0.19 0.48 0 0.18
HSL 276º 0.52% 0.62% -
HSV(B) 276º 0.48% 0.82% -
XYZ 32.9 23.6 62.5 -
YUV 137.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 168 108 208 0.19 0.48 0 0.18 276 0.52 0.62
Hex A8 6C D0 13 30 0 12 114 34 3E
Octal 250 154 320 23 60 0 22 424 64 76
Binary 10101000 1101100 11010000 10011 110000 0 10010 100010100 110100 111110

Color Harmonies of #A86CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CD0

Black with #A86CD0

Text Example


Text Example

White with #A86CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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