Html Css Color HEX #A360D7 Amethyst

📋 copy color: '#A360D7'

red 163 ◦ green 96 ◦ blue 215

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

Shades of Amethyst #A360D7

Tints of Amethyst #A360D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 34.39%
G = 20.25%
B = 45.36%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A360D7 (or 0xA360D7) is known color: Amethyst. HEX triplet: A3, 60 and D7. RGB value is (163,96,215). Sum of RGB (Red+Green+Blue) = 163+96+215=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #A360D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360D7 is #5C9F28. Grayscale: #818181. Windows color (decimal): -6070057 or 14114979. OLE color: 14114979.

HSL color Cylindrical-coordinate representation of color #A360D7: hue angle of 273.78º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A360D7 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 96 215 -
CMYK 0.24 0.55 0 0.16
HSL 273.78º 0.6% 0.61% -
HSV(B) 273.78º 0.55% 0.84% -
XYZ 31.55 21.06 66.69 -
YUV 129.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 163 96 215 0.24 0.55 0 0.16 273.78 0.6 0.61
Hex A3 60 D7 18 37 0 10 112 3C 3D
Octal 243 140 327 30 67 0 20 422 74 75
Binary 10100011 1100000 11010111 11000 110111 0 10000 100010010 111100 111101

Color Harmonies of #A360D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360D7

Black with #A360D7

Text Example


Text Example

White with #A360D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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