Html Css Color HEX #A867DF Amethyst

📋 copy color: '#A867DF'

red 168 ◦ green 103 ◦ blue 223

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

Shades of Amethyst #A867DF

Tints of Amethyst #A867DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.85%

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

R = 34.01%
G = 20.85%
B = 45.14%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A867DF (or 0xA867DF) is known color: Amethyst. HEX triplet: A8, 67 and DF. RGB value is (168,103,223). Sum of RGB (Red+Green+Blue) = 168+103+223=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A867DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DF is #579820. Grayscale: #878787. Windows color (decimal): -5740577 or 14641064. OLE color: 14641064.

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

Color convert

RGB 168 103 223 -
CMYK 0.25 0.54 0 0.13
HSL 272.5º 0.65% 0.64% -
HSV(B) 272.5º 0.54% 0.87% -
XYZ 34.32 23.35 72.51 -
YUV 136.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 168 103 223 0.25 0.54 0 0.13 272.5 0.65 0.64
Hex A8 67 DF 19 36 0 D 110 41 40
Octal 250 147 337 31 66 0 15 420 101 100
Binary 10101000 1100111 11011111 11001 110110 0 1101 100010000 1000001 1000000

Color Harmonies of #A867DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867DF

Black with #A867DF

Text Example


Text Example

White with #A867DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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