Html Css Color HEX #A169CE Amethyst

📋 copy color: '#A169CE'

red 161 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #A169CE

Tints of Amethyst #A169CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 34.11%
G = 22.25%
B = 43.64%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A169CE (or 0xA169CE) is known color: Amethyst. HEX triplet: A1, 69 and CE. RGB value is (161,105,206). Sum of RGB (Red+Green+Blue) = 161+105+206=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A169CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169CE is #5E9631. Grayscale: #848484. Windows color (decimal): -6198834 or 13527457. OLE color: 13527457.

HSL color Cylindrical-coordinate representation of color #A169CE: hue angle of 273.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A169CE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 105 206 -
CMYK 0.22 0.49 0 0.19
HSL 273.27º 0.51% 0.61% -
HSV(B) 273.27º 0.49% 0.81% -
XYZ 30.89 22.14 61.04 -
YUV 133.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 161 105 206 0.22 0.49 0 0.19 273.27 0.51 0.61
Hex A1 69 CE 16 31 0 13 111 33 3D
Octal 241 151 316 26 61 0 23 421 63 75
Binary 10100001 1101001 11001110 10110 110001 0 10011 100010001 110011 111101

Color Harmonies of #A169CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169CE

Black with #A169CE

Text Example


Text Example

White with #A169CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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