Html Css Color HEX #A86BCF Amethyst

📋 copy color: '#A86BCF'

red 168 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #A86BCF

Tints of Amethyst #A86BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 34.85%
G = 22.2%
B = 42.95%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A86BCF (or 0xA86BCF) is known color: Amethyst. HEX triplet: A8, 6B and CF. RGB value is (168,107,207). Sum of RGB (Red+Green+Blue) = 168+107+207=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A86BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCF is #579430. Grayscale: #888888. Windows color (decimal): -5739569 or 13593512. OLE color: 13593512.

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

Color convert

RGB 168 107 207 -
CMYK 0.19 0.48 0 0.19
HSL 276.6º 0.51% 0.62% -
HSV(B) 276.6º 0.48% 0.81% -
XYZ 32.67 23.35 61.82 -
YUV 136.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 168 107 207 0.19 0.48 0 0.19 276.6 0.51 0.62
Hex A8 6B CF 13 30 0 13 115 33 3E
Octal 250 153 317 23 60 0 23 425 63 76
Binary 10101000 1101011 11001111 10011 110000 0 10011 100010101 110011 111110

Color Harmonies of #A86BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BCF

Black with #A86BCF

Text Example


Text Example

White with #A86BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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