Html Css Color HEX #A86BCD Amethyst

📋 copy color: '#A86BCD'

red 168 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #A86BCD

Tints of Amethyst #A86BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 35%
G = 22.29%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A86BCD (or 0xA86BCD) is known color: Amethyst. HEX triplet: A8, 6B and CD. RGB value is (168,107,205). Sum of RGB (Red+Green+Blue) = 168+107+205=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCD is #579432. Grayscale: #888888. Windows color (decimal): -5739571 or 13462440. OLE color: 13462440.

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

Color convert

RGB 168 107 205 -
CMYK 0.18 0.48 0 0.20
HSL 277.35º 0.49% 0.61% -
HSV(B) 277.35º 0.48% 0.8% -
XYZ 32.43 23.25 60.54 -
YUV 136.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 168 107 205 0.18 0.48 0 0.20 277.35 0.49 0.61
Hex A8 6B CD 12 30 0 14 115 31 3D
Octal 250 153 315 22 60 0 24 425 61 75
Binary 10101000 1101011 11001101 10010 110000 0 10100 100010101 110001 111101

Color Harmonies of #A86BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BCD

Black with #A86BCD

Text Example


Text Example

White with #A86BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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