Html Css Color HEX #A16CCD Amethyst

📋 copy color: '#A16CCD'

red 161 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A16CCD

Tints of Amethyst #A16CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 33.97%
G = 22.78%
B = 43.25%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A16CCD (or 0xA16CCD) is known color: Amethyst. HEX triplet: A1, 6C and CD. RGB value is (161,108,205). Sum of RGB (Red+Green+Blue) = 161+108+205=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A16CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCD is #5E9332. Grayscale: #868686. Windows color (decimal): -6198067 or 13462689. OLE color: 13462689.

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

Color convert

RGB 161 108 205 -
CMYK 0.21 0.47 0 0.20
HSL 272.78º 0.49% 0.61% -
HSV(B) 272.78º 0.47% 0.8% -
XYZ 31.08 22.71 60.5 -
YUV 134.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 161 108 205 0.21 0.47 0 0.20 272.78 0.49 0.61
Hex A1 6C CD 15 2F 0 14 111 31 3D
Octal 241 154 315 25 57 0 24 421 61 75
Binary 10100001 1101100 11001101 10101 101111 0 10100 100010001 110001 111101

Color Harmonies of #A16CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CCD

Black with #A16CCD

Text Example


Text Example

White with #A16CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CCD; }

 p { color: rgb(161,108,205); }

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

background-color css

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

 a { background-color: rgb(161,108,205); }

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

border-color css

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

 span { border-color: rgb(161,108,205); }

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