Html Css Color HEX #A460DF Amethyst

📋 copy color: '#A460DF'

red 164 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A460DF

Tints of Amethyst #A460DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

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

R = 33.95%
G = 19.88%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A460DF (or 0xA460DF) is known color: Amethyst. HEX triplet: A4, 60 and DF. RGB value is (164,96,223). Sum of RGB (Red+Green+Blue) = 164+96+223=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A460DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460DF is #5B9F20. Grayscale: #828282. Windows color (decimal): -6004513 or 14639268. OLE color: 14639268.

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

Color convert

RGB 164 96 223 -
CMYK 0.26 0.57 0 0.13
HSL 272.13º 0.66% 0.63% -
HSV(B) 272.13º 0.57% 0.87% -
XYZ 32.81 21.59 72.25 -
YUV 130.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 164 96 223 0.26 0.57 0 0.13 272.13 0.66 0.63
Hex A4 60 DF 1A 39 0 D 110 42 3F
Octal 244 140 337 32 71 0 15 420 102 77
Binary 10100100 1100000 11011111 11010 111001 0 1101 100010000 1000010 111111

Color Harmonies of #A460DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460DF

Black with #A460DF

Text Example


Text Example

White with #A460DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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