Html Css Color HEX #A170CC Amethyst

📋 copy color: '#A170CC'

red 161 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #A170CC

Tints of Amethyst #A170CC

RGB

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

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

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

R = 33.75%
G = 23.48%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A170CC (or 0xA170CC) is known color: Amethyst. HEX triplet: A1, 70 and CC. RGB value is (161,112,204). Sum of RGB (Red+Green+Blue) = 161+112+204=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A170CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170CC is #5E8F33. Grayscale: #888888. Windows color (decimal): -6197044 or 13398177. OLE color: 13398177.

HSL color Cylindrical-coordinate representation of color #A170CC: hue angle of 271.96º degrees, saturation: 0.47, 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 #A170CC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 112 204 -
CMYK 0.21 0.45 0 0.2
HSL 271.96º 0.47% 0.62% -
HSV(B) 271.96º 0.45% 0.8% -
XYZ 31.39 23.53 60.01 -
YUV 137.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 161 112 204 0.21 0.45 0 0.2 271.96 0.47 0.62
Hex A1 70 CC 15 2D 0 14 110 2F 3E
Octal 241 160 314 25 55 0 24 420 57 76
Binary 10100001 1110000 11001100 10101 101101 0 10100 100010000 101111 111110

Color Harmonies of #A170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170CC

Black with #A170CC

Text Example


Text Example

White with #A170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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