Html Css Color HEX #A86CCC Amethyst

📋 copy color: '#A86CCC'

red 168 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A86CCC

Tints of Amethyst #A86CCC

RGB

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

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

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

R = 35%
G = 22.5%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A86CCC (or 0xA86CCC) is known color: Amethyst. HEX triplet: A8, 6C and CC. RGB value is (168,108,204). Sum of RGB (Red+Green+Blue) = 168+108+204=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCC is #579333. Grayscale: #888888. Windows color (decimal): -5739316 or 13397160. OLE color: 13397160.

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

Color convert

RGB 168 108 204 -
CMYK 0.18 0.47 0 0.2
HSL 277.5º 0.48% 0.61% -
HSV(B) 277.5º 0.47% 0.8% -
XYZ 32.41 23.41 59.94 -
YUV 136.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 168 108 204 0.18 0.47 0 0.2 277.5 0.48 0.61
Hex A8 6C CC 12 2F 0 14 116 30 3D
Octal 250 154 314 22 57 0 24 426 60 75
Binary 10101000 1101100 11001100 10010 101111 0 10100 100010110 110000 111101

Color Harmonies of #A86CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CCC

Black with #A86CCC

Text Example


Text Example

White with #A86CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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