Html Css Color HEX #A169C8 Amethyst

📋 copy color: '#A169C8'

red 161 ◦ green 105 ◦ blue 200

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

Shades of Amethyst #A169C8

Tints of Amethyst #A169C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 34.55%
G = 22.53%
B = 42.92%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A169C8 (or 0xA169C8) is known color: Amethyst. HEX triplet: A1, 69 and C8. RGB value is (161,105,200). Sum of RGB (Red+Green+Blue) = 161+105+200=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A169C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C8 is #5E9637. Grayscale: #848484. Windows color (decimal): -6198840 or 13134241. OLE color: 13134241.

HSL color Cylindrical-coordinate representation of color #A169C8: hue angle of 275.37º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A169C8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 105 200 -
CMYK 0.19 0.48 0 0.22
HSL 275.37º 0.46% 0.6% -
HSV(B) 275.37º 0.48% 0.78% -
XYZ 30.17 21.85 57.27 -
YUV 132.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 161 105 200 0.19 0.48 0 0.22 275.37 0.46 0.6
Hex A1 69 C8 13 30 0 16 113 2E 3C
Octal 241 151 310 23 60 0 26 423 56 74
Binary 10100001 1101001 11001000 10011 110000 0 10110 100010011 101110 111100

Color Harmonies of #A169C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169C8

Black with #A169C8

Text Example


Text Example

White with #A169C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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