Html Css Color HEX #A86ECC Amethyst

📋 copy color: '#A86ECC'

red 168 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #A86ECC

Tints of Amethyst #A86ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 34.85%
G = 22.82%
B = 42.32%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A86ECC (or 0xA86ECC) is known color: Amethyst. HEX triplet: A8, 6E and CC. RGB value is (168,110,204). Sum of RGB (Red+Green+Blue) = 168+110+204=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ECC is #579133. Grayscale: #898989. Windows color (decimal): -5738804 or 13397672. OLE color: 13397672.

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

Color convert

RGB 168 110 204 -
CMYK 0.18 0.46 0 0.2
HSL 277.02º 0.48% 0.62% -
HSV(B) 277.02º 0.46% 0.8% -
XYZ 32.62 23.84 60.01 -
YUV 138.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 168 110 204 0.18 0.46 0 0.2 277.02 0.48 0.62
Hex A8 6E CC 12 2E 0 14 115 30 3E
Octal 250 156 314 22 56 0 24 425 60 76
Binary 10101000 1101110 11001100 10010 101110 0 10100 100010101 110000 111110

Color Harmonies of #A86ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ECC

Black with #A86ECC

Text Example


Text Example

White with #A86ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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