Html Css Color HEX #A360DF Amethyst

📋 copy color: '#A360DF'

red 163 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A360DF

Tints of Amethyst #A360DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 33.82%
G = 19.92%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A360DF (or 0xA360DF) is known color: Amethyst. HEX triplet: A3, 60 and DF. RGB value is (163,96,223). Sum of RGB (Red+Green+Blue) = 163+96+223=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A360DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360DF is #5C9F20. Grayscale: #828282. Windows color (decimal): -6070049 or 14639267. OLE color: 14639267.

HSL color Cylindrical-coordinate representation of color #A360DF: hue angle of 271.65º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A360DF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 96 223 -
CMYK 0.27 0.57 0 0.13
HSL 271.65º 0.66% 0.63% -
HSV(B) 271.65º 0.57% 0.87% -
XYZ 32.61 21.48 72.24 -
YUV 130.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 163 96 223 0.27 0.57 0 0.13 271.65 0.66 0.63
Hex A3 60 DF 1B 39 0 D 110 42 3F
Octal 243 140 337 33 71 0 15 420 102 77
Binary 10100011 1100000 11011111 11011 111001 0 1101 100010000 1000010 111111

Color Harmonies of #A360DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360DF

Black with #A360DF

Text Example


Text Example

White with #A360DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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