Html Css Color HEX #A463DF Amethyst

📋 copy color: '#A463DF'

red 164 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A463DF

Tints of Amethyst #A463DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 33.74%
G = 20.37%
B = 45.88%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A463DF (or 0xA463DF) is known color: Amethyst. HEX triplet: A4, 63 and DF. RGB value is (164,99,223). Sum of RGB (Red+Green+Blue) = 164+99+223=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A463DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DF is #5B9C20. Grayscale: #848484. Windows color (decimal): -6003745 or 14640036. OLE color: 14640036.

HSL color Cylindrical-coordinate representation of color #A463DF: hue angle of 271.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A463DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 99 223 -
CMYK 0.26 0.56 0 0.13
HSL 271.45º 0.66% 0.63% -
HSV(B) 271.45º 0.56% 0.87% -
XYZ 33.09 22.14 72.34 -
YUV 132.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 164 99 223 0.26 0.56 0 0.13 271.45 0.66 0.63
Hex A4 63 DF 1A 38 0 D 10F 42 3F
Octal 244 143 337 32 70 0 15 417 102 77
Binary 10100100 1100011 11011111 11010 111000 0 1101 100001111 1000010 111111

Color Harmonies of #A463DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463DF

Black with #A463DF

Text Example


Text Example

White with #A463DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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