Html Css Color HEX #A463DC Amethyst

📋 copy color: '#A463DC'

red 164 ◦ green 99 ◦ blue 220

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

Shades of Amethyst #A463DC

Tints of Amethyst #A463DC

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 33.95%
G = 20.5%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A463DC (or 0xA463DC) is known color: Amethyst. HEX triplet: A4, 63 and DC. RGB value is (164,99,220). Sum of RGB (Red+Green+Blue) = 164+99+220=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A463DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DC is #5B9C23. Grayscale: #838383. Windows color (decimal): -6003748 or 14443428. OLE color: 14443428.

HSL color Cylindrical-coordinate representation of color #A463DC: hue angle of 272.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A463DC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 99 220 -
CMYK 0.25 0.55 0 0.14
HSL 272.23º 0.63% 0.63% -
HSV(B) 272.23º 0.55% 0.86% -
XYZ 32.69 21.98 70.23 -
YUV 132.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 164 99 220 0.25 0.55 0 0.14 272.23 0.63 0.63
Hex A4 63 DC 19 37 0 E 110 3F 3F
Octal 244 143 334 31 67 0 16 420 77 77
Binary 10100100 1100011 11011100 11001 110111 0 1110 100010000 111111 111111

Color Harmonies of #A463DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463DC

Black with #A463DC

Text Example


Text Example

White with #A463DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463DC; }

 p { color: rgb(164,99,220); }

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

background-color css

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

 a { background-color: rgb(164,99,220); }

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

border-color css

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

 span { border-color: rgb(164,99,220); }

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