Html Css Color HEX #A869DF Amethyst

📋 copy color: '#A869DF'

red 168 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #A869DF

Tints of Amethyst #A869DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

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

R = 33.87%
G = 21.17%
B = 44.96%

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

#A869DF (or 0xA869DF) is known color: Amethyst. HEX triplet: A8, 69 and DF. RGB value is (168,105,223). Sum of RGB (Red+Green+Blue) = 168+105+223=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A869DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869DF is #579620. Grayscale: #888888. Windows color (decimal): -5740065 or 14641576. OLE color: 14641576.

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

Color convert

RGB 168 105 223 -
CMYK 0.25 0.53 0 0.13
HSL 272.03º 0.65% 0.64% -
HSV(B) 272.03º 0.53% 0.87% -
XYZ 34.52 23.76 72.58 -
YUV 137.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 168 105 223 0.25 0.53 0 0.13 272.03 0.65 0.64
Hex A8 69 DF 19 35 0 D 110 41 40
Octal 250 151 337 31 65 0 15 420 101 100
Binary 10101000 1101001 11011111 11001 110101 0 1101 100010000 1000001 1000000

Color Harmonies of #A869DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869DF

Black with #A869DF

Text Example


Text Example

White with #A869DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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