Html Css Color HEX #A368DF Amethyst

📋 copy color: '#A368DF'

red 163 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A368DF

Tints of Amethyst #A368DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

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

R = 33.27%
G = 21.22%
B = 45.51%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A368DF (or 0xA368DF) is known color: Amethyst. HEX triplet: A3, 68 and DF. RGB value is (163,104,223). Sum of RGB (Red+Green+Blue) = 163+104+223=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A368DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368DF is #5C9720. Grayscale: #868686. Windows color (decimal): -6068001 or 14641315. OLE color: 14641315.

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

Color convert

RGB 163 104 223 -
CMYK 0.27 0.53 0 0.13
HSL 269.75º 0.65% 0.64% -
HSV(B) 269.75º 0.53% 0.87% -
XYZ 33.37 23.01 72.5 -
YUV 135.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 163 104 223 0.27 0.53 0 0.13 269.75 0.65 0.64
Hex A3 68 DF 1B 35 0 D 10E 41 40
Octal 243 150 337 33 65 0 15 416 101 100
Binary 10100011 1101000 11011111 11011 110101 0 1101 100001110 1000001 1000000

Color Harmonies of #A368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368DF

Black with #A368DF

Text Example


Text Example

White with #A368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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