Html Css Color HEX #A360DC Amethyst

📋 copy color: '#A360DC'

red 163 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #A360DC

Tints of Amethyst #A360DC

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 34.03%
G = 20.04%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A360DC (or 0xA360DC) is known color: Amethyst. HEX triplet: A3, 60 and DC. RGB value is (163,96,220). Sum of RGB (Red+Green+Blue) = 163+96+220=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A360DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360DC is #5C9F23. Grayscale: #818181. Windows color (decimal): -6070052 or 14442659. OLE color: 14442659.

HSL color Cylindrical-coordinate representation of color #A360DC: hue angle of 272.42º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A360DC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 96 220 -
CMYK 0.26 0.56 0 0.14
HSL 272.42º 0.64% 0.62% -
HSV(B) 272.42º 0.56% 0.86% -
XYZ 32.21 21.32 70.13 -
YUV 130.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 163 96 220 0.26 0.56 0 0.14 272.42 0.64 0.62
Hex A3 60 DC 1A 38 0 E 110 40 3E
Octal 243 140 334 32 70 0 16 420 100 76
Binary 10100011 1100000 11011100 11010 111000 0 1110 100010000 1000000 111110

Color Harmonies of #A360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360DC

Black with #A360DC

Text Example


Text Example

White with #A360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360DC; }

 p { color: rgb(163,96,220); }

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

background-color css

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

 a { background-color: rgb(163,96,220); }

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

border-color css

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

 span { border-color: rgb(163,96,220); }

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