Html Css Color HEX #A86BCC Amethyst

📋 copy color: '#A86BCC'

red 168 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A86BCC

Tints of Amethyst #A86BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 35.07%
G = 22.34%
B = 42.59%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A86BCC (or 0xA86BCC) is known color: Amethyst. HEX triplet: A8, 6B and CC. RGB value is (168,107,204). Sum of RGB (Red+Green+Blue) = 168+107+204=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCC is #579433. Grayscale: #878787. Windows color (decimal): -5739572 or 13396904. OLE color: 13396904.

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

Color convert

RGB 168 107 204 -
CMYK 0.18 0.48 0 0.2
HSL 277.73º 0.49% 0.61% -
HSV(B) 277.73º 0.48% 0.8% -
XYZ 32.31 23.2 59.9 -
YUV 136.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 168 107 204 0.18 0.48 0 0.2 277.73 0.49 0.61
Hex A8 6B CC 12 30 0 14 116 31 3D
Octal 250 153 314 22 60 0 24 426 61 75
Binary 10101000 1101011 11001100 10010 110000 0 10100 100010110 110001 111101

Color Harmonies of #A86BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BCC

Black with #A86BCC

Text Example


Text Example

White with #A86BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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