Html Css Color HEX #A865DF Amethyst

📋 copy color: '#A865DF'

red 168 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A865DF

Tints of Amethyst #A865DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

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

R = 34.15%
G = 20.53%
B = 45.33%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A865DF (or 0xA865DF) is known color: Amethyst. HEX triplet: A8, 65 and DF. RGB value is (168,101,223). Sum of RGB (Red+Green+Blue) = 168+101+223=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A865DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DF is #579A20. Grayscale: #868686. Windows color (decimal): -5741089 or 14640552. OLE color: 14640552.

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

Color convert

RGB 168 101 223 -
CMYK 0.25 0.55 0 0.13
HSL 272.95º 0.66% 0.64% -
HSV(B) 272.95º 0.55% 0.87% -
XYZ 34.12 22.96 72.45 -
YUV 134.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 168 101 223 0.25 0.55 0 0.13 272.95 0.66 0.64
Hex A8 65 DF 19 37 0 D 111 42 40
Octal 250 145 337 31 67 0 15 421 102 100
Binary 10101000 1100101 11011111 11001 110111 0 1101 100010001 1000010 1000000

Color Harmonies of #A865DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865DF

Black with #A865DF

Text Example


Text Example

White with #A865DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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