Html Css Color HEX #A86CCD Amethyst

📋 copy color: '#A86CCD'

red 168 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A86CCD

Tints of Amethyst #A86CCD

RGB

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

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

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

R = 34.93%
G = 22.45%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A86CCD (or 0xA86CCD) is known color: Amethyst. HEX triplet: A8, 6C and CD. RGB value is (168,108,205). Sum of RGB (Red+Green+Blue) = 168+108+205=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCD is #579332. Grayscale: #888888. Windows color (decimal): -5739315 or 13462696. OLE color: 13462696.

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

Color convert

RGB 168 108 205 -
CMYK 0.18 0.47 0 0.20
HSL 277.11º 0.49% 0.61% -
HSV(B) 277.11º 0.47% 0.8% -
XYZ 32.53 23.46 60.57 -
YUV 137 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 168 108 205 0.18 0.47 0 0.20 277.11 0.49 0.61
Hex A8 6C CD 12 2F 0 14 115 31 3D
Octal 250 154 315 22 57 0 24 425 61 75
Binary 10101000 1101100 11001101 10010 101111 0 10100 100010101 110001 111101

Color Harmonies of #A86CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CCD

Black with #A86CCD

Text Example


Text Example

White with #A86CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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