Html Css Color HEX #A869DE Amethyst

📋 copy color: '#A869DE'

red 168 ◦ green 105 ◦ blue 222

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

Shades of Amethyst #A869DE

Tints of Amethyst #A869DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 33.94%
G = 21.21%
B = 44.85%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A869DE (or 0xA869DE) is known color: Amethyst. HEX triplet: A8, 69 and DE. RGB value is (168,105,222). Sum of RGB (Red+Green+Blue) = 168+105+222=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #A869DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869DE is #579621. Grayscale: #888888. Windows color (decimal): -5740066 or 14576040. OLE color: 14576040.

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

Color convert

RGB 168 105 222 -
CMYK 0.24 0.53 0 0.13
HSL 272.31º 0.64% 0.64% -
HSV(B) 272.31º 0.53% 0.87% -
XYZ 34.38 23.7 71.87 -
YUV 137.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 168 105 222 0.24 0.53 0 0.13 272.31 0.64 0.64
Hex A8 69 DE 18 35 0 D 110 40 40
Octal 250 151 336 30 65 0 15 420 100 100
Binary 10101000 1101001 11011110 11000 110101 0 1101 100010000 1000000 1000000

Color Harmonies of #A869DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869DE

Black with #A869DE

Text Example


Text Example

White with #A869DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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