Html Css Color HEX #A463E0 Amethyst

📋 copy color: '#A463E0'

red 164 ◦ green 99 ◦ blue 224

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

Shades of Amethyst #A463E0

Tints of Amethyst #A463E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 33.68%
G = 20.33%
B = 46%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A463E0 (or 0xA463E0) is known color: Amethyst. HEX triplet: A4, 63 and E0. RGB value is (164,99,224). Sum of RGB (Red+Green+Blue) = 164+99+224=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #A463E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463E0 is #5B9C1F. Grayscale: #848484. Windows color (decimal): -6003744 or 14705572. OLE color: 14705572.

HSL color Cylindrical-coordinate representation of color #A463E0: hue angle of 271.2º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A463E0 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 99 224 -
CMYK 0.27 0.56 0 0.12
HSL 271.2º 0.67% 0.63% -
HSV(B) 271.2º 0.56% 0.88% -
XYZ 33.23 22.2 73.05 -
YUV 132.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 164 99 224 0.27 0.56 0 0.12 271.2 0.67 0.63
Hex A4 63 E0 1B 38 0 C 10F 43 3F
Octal 244 143 340 33 70 0 14 417 103 77
Binary 10100100 1100011 11100000 11011 111000 0 1100 100001111 1000011 111111

Color Harmonies of #A463E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463E0

Black with #A463E0

Text Example


Text Example

White with #A463E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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