Html Css Color HEX #A868CE Amethyst

📋 copy color: '#A868CE'

red 168 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A868CE

Tints of Amethyst #A868CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.76%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 35.15%
G = 21.76%
B = 43.1%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A868CE (or 0xA868CE) is known color: Amethyst. HEX triplet: A8, 68 and CE. RGB value is (168,104,206). Sum of RGB (Red+Green+Blue) = 168+104+206=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A868CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CE is #579731. Grayscale: #868686. Windows color (decimal): -5740338 or 13527208. OLE color: 13527208.

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

Color convert

RGB 168 104 206 -
CMYK 0.18 0.50 0 0.19
HSL 277.65º 0.51% 0.61% -
HSV(B) 277.65º 0.5% 0.81% -
XYZ 32.24 22.68 61.07 -
YUV 134.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 168 104 206 0.18 0.50 0 0.19 277.65 0.51 0.61
Hex A8 68 CE 12 32 0 13 116 33 3D
Octal 250 150 316 22 62 0 23 426 63 75
Binary 10101000 1101000 11001110 10010 110010 0 10011 100010110 110011 111101

Color Harmonies of #A868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868CE

Black with #A868CE

Text Example


Text Example

White with #A868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868CE; }

 p { color: rgb(168,104,206); }

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

background-color css

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

 a { background-color: rgb(168,104,206); }

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

border-color css

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

 span { border-color: rgb(168,104,206); }

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