Html Css Color HEX #A460CF Amethyst

📋 copy color: '#A460CF'

red 164 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #A460CF

Tints of Amethyst #A460CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 35.12%
G = 20.56%
B = 44.33%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A460CF (or 0xA460CF) is known color: Amethyst. HEX triplet: A4, 60 and CF. RGB value is (164,96,207). Sum of RGB (Red+Green+Blue) = 164+96+207=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A460CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460CF is #5B9F30. Grayscale: #808080. Windows color (decimal): -6004529 or 13590692. OLE color: 13590692.

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

Color convert

RGB 164 96 207 -
CMYK 0.21 0.54 0 0.19
HSL 276.76º 0.54% 0.59% -
HSV(B) 276.76º 0.54% 0.81% -
XYZ 30.76 20.76 61.42 -
YUV 128.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 164 96 207 0.21 0.54 0 0.19 276.76 0.54 0.59
Hex A4 60 CF 15 36 0 13 115 36 3B
Octal 244 140 317 25 66 0 23 425 66 73
Binary 10100100 1100000 11001111 10101 110110 0 10011 100010101 110110 111011

Color Harmonies of #A460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460CF

Black with #A460CF

Text Example


Text Example

White with #A460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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