Html Css Color HEX #A869DD Amethyst

📋 copy color: '#A869DD'

red 168 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #A869DD

Tints of Amethyst #A869DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 34.01%
G = 21.26%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A869DD (or 0xA869DD) is known color: Amethyst. HEX triplet: A8, 69 and DD. RGB value is (168,105,221). Sum of RGB (Red+Green+Blue) = 168+105+221=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A869DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869DD is #579622. Grayscale: #888888. Windows color (decimal): -5740067 or 14510504. OLE color: 14510504.

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

Color convert

RGB 168 105 221 -
CMYK 0.24 0.52 0 0.13
HSL 272.59º 0.63% 0.64% -
HSV(B) 272.59º 0.52% 0.87% -
XYZ 34.25 23.65 71.17 -
YUV 137.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 168 105 221 0.24 0.52 0 0.13 272.59 0.63 0.64
Hex A8 69 DD 18 34 0 D 111 3F 40
Octal 250 151 335 30 64 0 15 421 77 100
Binary 10101000 1101001 11011101 11000 110100 0 1101 100010001 111111 1000000

Color Harmonies of #A869DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869DD

Black with #A869DD

Text Example


Text Example

White with #A869DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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