Html Css Color HEX #A170CD Amethyst

📋 copy color: '#A170CD'

red 161 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #A170CD

Tints of Amethyst #A170CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 33.68%
G = 23.43%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A170CD (or 0xA170CD) is known color: Amethyst. HEX triplet: A1, 70 and CD. RGB value is (161,112,205). Sum of RGB (Red+Green+Blue) = 161+112+205=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A170CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170CD is #5E8F32. Grayscale: #888888. Windows color (decimal): -6197043 or 13463713. OLE color: 13463713.

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

Color convert

RGB 161 112 205 -
CMYK 0.21 0.45 0 0.20
HSL 271.61º 0.48% 0.62% -
HSV(B) 271.61º 0.45% 0.8% -
XYZ 31.51 23.57 60.65 -
YUV 137.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 161 112 205 0.21 0.45 0 0.20 271.61 0.48 0.62
Hex A1 70 CD 15 2D 0 14 110 30 3E
Octal 241 160 315 25 55 0 24 420 60 76
Binary 10100001 1110000 11001101 10101 101101 0 10100 100010000 110000 111110

Color Harmonies of #A170CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170CD

Black with #A170CD

Text Example


Text Example

White with #A170CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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