Html Css Color HEX #A868DE Amethyst

📋 copy color: '#A868DE'

red 168 ◦ green 104 ◦ blue 222

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

Shades of Amethyst #A868DE

Tints of Amethyst #A868DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 34.01%
G = 21.05%
B = 44.94%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A868DE (or 0xA868DE) is known color: Amethyst. HEX triplet: A8, 68 and DE. RGB value is (168,104,222). Sum of RGB (Red+Green+Blue) = 168+104+222=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #A868DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868DE is #579721. Grayscale: #888888. Windows color (decimal): -5740322 or 14575784. OLE color: 14575784.

HSL color Cylindrical-coordinate representation of color #A868DE: hue angle of 272.54º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A868DE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 104 222 -
CMYK 0.24 0.53 0 0.13
HSL 272.54º 0.64% 0.64% -
HSV(B) 272.54º 0.53% 0.87% -
XYZ 34.28 23.5 71.84 -
YUV 136.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 168 104 222 0.24 0.53 0 0.13 272.54 0.64 0.64
Hex A8 68 DE 18 35 0 D 111 40 40
Octal 250 150 336 30 65 0 15 421 100 100
Binary 10101000 1101000 11011110 11000 110101 0 1101 100010001 1000000 1000000

Color Harmonies of #A868DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868DE

Black with #A868DE

Text Example


Text Example

White with #A868DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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