Html Css Color HEX #A869D9 Amethyst

📋 copy color: '#A869D9'

red 168 ◦ green 105 ◦ blue 217

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

Shades of Amethyst #A869D9

Tints of Amethyst #A869D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 34.29%
G = 21.43%
B = 44.29%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A869D9 (or 0xA869D9) is known color: Amethyst. HEX triplet: A8, 69 and D9. RGB value is (168,105,217). Sum of RGB (Red+Green+Blue) = 168+105+217=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #A869D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869D9 is #579626. Grayscale: #888888. Windows color (decimal): -5740071 or 14248360. OLE color: 14248360.

HSL color Cylindrical-coordinate representation of color #A869D9: hue angle of 273.75º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A869D9 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 105 217 -
CMYK 0.23 0.52 0 0.15
HSL 273.75º 0.6% 0.63% -
HSV(B) 273.75º 0.52% 0.85% -
XYZ 33.72 23.44 68.39 -
YUV 136.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 168 105 217 0.23 0.52 0 0.15 273.75 0.6 0.63
Hex A8 69 D9 17 34 0 F 112 3C 3F
Octal 250 151 331 27 64 0 17 422 74 77
Binary 10101000 1101001 11011001 10111 110100 0 1111 100010010 111100 111111

Color Harmonies of #A869D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869D9

Black with #A869D9

Text Example


Text Example

White with #A869D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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