Html Css Color HEX #A460CE Amethyst

📋 copy color: '#A460CE'

red 164 ◦ green 96 ◦ blue 206

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

Shades of Amethyst #A460CE

Tints of Amethyst #A460CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 35.19%
G = 20.6%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A460CE (or 0xA460CE) is known color: Amethyst. HEX triplet: A4, 60 and CE. RGB value is (164,96,206). Sum of RGB (Red+Green+Blue) = 164+96+206=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A460CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460CE is #5B9F31. Grayscale: #808080. Windows color (decimal): -6004530 or 13525156. OLE color: 13525156.

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

Color convert

RGB 164 96 206 -
CMYK 0.20 0.53 0 0.19
HSL 277.09º 0.53% 0.59% -
HSV(B) 277.09º 0.53% 0.81% -
XYZ 30.63 20.71 60.78 -
YUV 128.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 164 96 206 0.20 0.53 0 0.19 277.09 0.53 0.59
Hex A4 60 CE 14 35 0 13 115 35 3B
Octal 244 140 316 24 65 0 23 425 65 73
Binary 10100100 1100000 11001110 10100 110101 0 10011 100010101 110101 111011

Color Harmonies of #A460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460CE

Black with #A460CE

Text Example


Text Example

White with #A460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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