Html Css Color HEX #A86EC8 Amethyst

📋 copy color: '#A86EC8'

red 168 ◦ green 110 ◦ blue 200

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

Shades of Amethyst #A86EC8

Tints of Amethyst #A86EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 35.15%
G = 23.01%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A86EC8 (or 0xA86EC8) is known color: Amethyst. HEX triplet: A8, 6E and C8. RGB value is (168,110,200). Sum of RGB (Red+Green+Blue) = 168+110+200=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #A86EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EC8 is #579137. Grayscale: #898989. Windows color (decimal): -5738808 or 13135528. OLE color: 13135528.

HSL color Cylindrical-coordinate representation of color #A86EC8: hue angle of 278.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A86EC8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 110 200 -
CMYK 0.16 0.45 0 0.22
HSL 278.67º 0.45% 0.61% -
HSV(B) 278.67º 0.45% 0.78% -
XYZ 32.15 23.65 57.51 -
YUV 137.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 168 110 200 0.16 0.45 0 0.22 278.67 0.45 0.61
Hex A8 6E C8 10 2D 0 16 117 2D 3D
Octal 250 156 310 20 55 0 26 427 55 75
Binary 10101000 1101110 11001000 10000 101101 0 10110 100010111 101101 111101

Color Harmonies of #A86EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EC8

Black with #A86EC8

Text Example


Text Example

White with #A86EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EC8; }

 p { color: rgb(168,110,200); }

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

background-color css

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

 a { background-color: rgb(168,110,200); }

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

border-color css

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

 span { border-color: rgb(168,110,200); }

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