Html Css Color HEX #A163CC Amethyst

📋 copy color: '#A163CC'

red 161 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #A163CC

Tints of Amethyst #A163CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 34.7%
G = 21.34%
B = 43.97%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A163CC (or 0xA163CC) is known color: Amethyst. HEX triplet: A1, 63 and CC. RGB value is (161,99,204). Sum of RGB (Red+Green+Blue) = 161+99+204=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A163CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CC is #5E9C33. Grayscale: #818181. Windows color (decimal): -6200372 or 13394849. OLE color: 13394849.

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

Color convert

RGB 161 99 204 -
CMYK 0.21 0.51 0 0.2
HSL 275.43º 0.51% 0.59% -
HSV(B) 275.43º 0.51% 0.8% -
XYZ 30.06 20.86 59.57 -
YUV 129.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 161 99 204 0.21 0.51 0 0.2 275.43 0.51 0.59
Hex A1 63 CC 15 33 0 14 113 33 3B
Octal 241 143 314 25 63 0 24 423 63 73
Binary 10100001 1100011 11001100 10101 110011 0 10100 100010011 110011 111011

Color Harmonies of #A163CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163CC

Black with #A163CC

Text Example


Text Example

White with #A163CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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