Html Css Color HEX #A460C8 Amethyst

📋 copy color: '#A460C8'

red 164 ◦ green 96 ◦ blue 200

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

Shades of Amethyst #A460C8

Tints of Amethyst #A460C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 35.65%
G = 20.87%
B = 43.48%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A460C8 (or 0xA460C8) is known color: Amethyst. HEX triplet: A4, 60 and C8. RGB value is (164,96,200). Sum of RGB (Red+Green+Blue) = 164+96+200=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #A460C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460C8 is #5B9F37. Grayscale: #7F7F7F. Windows color (decimal): -6004536 or 13131940. OLE color: 13131940.

HSL color Cylindrical-coordinate representation of color #A460C8: hue angle of 279.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A460C8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 96 200 -
CMYK 0.18 0.52 0 0.22
HSL 279.23º 0.49% 0.58% -
HSV(B) 279.23º 0.52% 0.78% -
XYZ 29.92 20.43 57.01 -
YUV 128.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 164 96 200 0.18 0.52 0 0.22 279.23 0.49 0.58
Hex A4 60 C8 12 34 0 16 117 31 3A
Octal 244 140 310 22 64 0 26 427 61 72
Binary 10100100 1100000 11001000 10010 110100 0 10110 100010111 110001 111010

Color Harmonies of #A460C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460C8

Black with #A460C8

Text Example


Text Example

White with #A460C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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