Html Css Color HEX #A169DC Amethyst

📋 copy color: '#A169DC'

red 161 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #A169DC

Tints of Amethyst #A169DC

RGB

 RED value IS 161 (63.28% from 255) = 33.13%

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 33.13%
G = 21.6%
B = 45.27%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A169DC (or 0xA169DC) is known color: Amethyst. HEX triplet: A1, 69 and DC. RGB value is (161,105,220). Sum of RGB (Red+Green+Blue) = 161+105+220=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A169DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169DC is #5E9623. Grayscale: #868686. Windows color (decimal): -6198820 or 14444961. OLE color: 14444961.

HSL color Cylindrical-coordinate representation of color #A169DC: hue angle of 269.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A169DC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 105 220 -
CMYK 0.27 0.52 0 0.14
HSL 269.22º 0.62% 0.64% -
HSV(B) 269.22º 0.52% 0.86% -
XYZ 32.67 22.85 70.4 -
YUV 134.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 161 105 220 0.27 0.52 0 0.14 269.22 0.62 0.64
Hex A1 69 DC 1B 34 0 E 10D 3E 40
Octal 241 151 334 33 64 0 16 415 76 100
Binary 10100001 1101001 11011100 11011 110100 0 1110 100001101 111110 1000000

Color Harmonies of #A169DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169DC

Black with #A169DC

Text Example


Text Example

White with #A169DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169DC; }

 p { color: rgb(161,105,220); }

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

background-color css

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

 a { background-color: rgb(161,105,220); }

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

border-color css

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

 span { border-color: rgb(161,105,220); }

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