Html Css Color HEX #A169CC Amethyst

📋 copy color: '#A169CC'

red 161 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #A169CC

Tints of Amethyst #A169CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 34.26%
G = 22.34%
B = 43.4%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A169CC (or 0xA169CC) is known color: Amethyst. HEX triplet: A1, 69 and CC. RGB value is (161,105,204). Sum of RGB (Red+Green+Blue) = 161+105+204=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A169CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169CC is #5E9633. Grayscale: #848484. Windows color (decimal): -6198836 or 13396385. OLE color: 13396385.

HSL color Cylindrical-coordinate representation of color #A169CC: hue angle of 273.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A169CC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 105 204 -
CMYK 0.21 0.49 0 0.2
HSL 273.94º 0.49% 0.61% -
HSV(B) 273.94º 0.49% 0.8% -
XYZ 30.65 22.04 59.77 -
YUV 133.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 161 105 204 0.21 0.49 0 0.2 273.94 0.49 0.61
Hex A1 69 CC 15 31 0 14 112 31 3D
Octal 241 151 314 25 61 0 24 422 61 75
Binary 10100001 1101001 11001100 10101 110001 0 10100 100010010 110001 111101

Color Harmonies of #A169CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169CC

Black with #A169CC

Text Example


Text Example

White with #A169CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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