Html Css Color HEX #A86CCF Amethyst

📋 copy color: '#A86CCF'

red 168 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #A86CCF

Tints of Amethyst #A86CCF

RGB

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

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

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

R = 34.78%
G = 22.36%
B = 42.86%

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

#A86CCF (or 0xA86CCF) is known color: Amethyst. HEX triplet: A8, 6C and CF. RGB value is (168,108,207). Sum of RGB (Red+Green+Blue) = 168+108+207=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A86CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCF is #579330. Grayscale: #888888. Windows color (decimal): -5739313 or 13593768. OLE color: 13593768.

HSL color Cylindrical-coordinate representation of color #A86CCF: hue angle of 276.36º 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 #A86CCF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 108 207 -
CMYK 0.19 0.48 0 0.19
HSL 276.36º 0.51% 0.62% -
HSV(B) 276.36º 0.48% 0.81% -
XYZ 32.77 23.55 61.85 -
YUV 137.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 168 108 207 0.19 0.48 0 0.19 276.36 0.51 0.62
Hex A8 6C CF 13 30 0 13 114 33 3E
Octal 250 154 317 23 60 0 23 424 63 76
Binary 10101000 1101100 11001111 10011 110000 0 10011 100010100 110011 111110

Color Harmonies of #A86CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CCF

Black with #A86CCF

Text Example


Text Example

White with #A86CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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