Html Css Color HEX #A868DF Amethyst

📋 copy color: '#A868DF'

red 168 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A868DF

Tints of Amethyst #A868DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 33.94%
G = 21.01%
B = 45.05%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A868DF (or 0xA868DF) is known color: Amethyst. HEX triplet: A8, 68 and DF. RGB value is (168,104,223). Sum of RGB (Red+Green+Blue) = 168+104+223=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A868DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868DF is #579720. Grayscale: #888888. Windows color (decimal): -5740321 or 14641320. OLE color: 14641320.

HSL color Cylindrical-coordinate representation of color #A868DF: hue angle of 272.27º degrees, saturation: 0.65, 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 #A868DF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 104 223 -
CMYK 0.25 0.53 0 0.13
HSL 272.27º 0.65% 0.64% -
HSV(B) 272.27º 0.53% 0.87% -
XYZ 34.42 23.55 72.54 -
YUV 136.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 168 104 223 0.25 0.53 0 0.13 272.27 0.65 0.64
Hex A8 68 DF 19 35 0 D 110 41 40
Octal 250 150 337 31 65 0 15 420 101 100
Binary 10101000 1101000 11011111 11001 110101 0 1101 100010000 1000001 1000000

Color Harmonies of #A868DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868DF

Black with #A868DF

Text Example


Text Example

White with #A868DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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