Html Css Color HEX #A365DF Amethyst

📋 copy color: '#A365DF'

red 163 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A365DF

Tints of Amethyst #A365DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

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

R = 33.47%
G = 20.74%
B = 45.79%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A365DF (or 0xA365DF) is known color: Amethyst. HEX triplet: A3, 65 and DF. RGB value is (163,101,223). Sum of RGB (Red+Green+Blue) = 163+101+223=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A365DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365DF is #5C9A20. Grayscale: #858585. Windows color (decimal): -6068769 or 14640547. OLE color: 14640547.

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

Color convert

RGB 163 101 223 -
CMYK 0.27 0.55 0 0.13
HSL 270.49º 0.66% 0.64% -
HSV(B) 270.49º 0.55% 0.87% -
XYZ 33.08 22.42 72.4 -
YUV 133.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 163 101 223 0.27 0.55 0 0.13 270.49 0.66 0.64
Hex A3 65 DF 1B 37 0 D 10E 42 40
Octal 243 145 337 33 67 0 15 416 102 100
Binary 10100011 1100101 11011111 11011 110111 0 1101 100001110 1000010 1000000

Color Harmonies of #A365DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365DF

Black with #A365DF

Text Example


Text Example

White with #A365DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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