Html Css Color HEX #A367DF Amethyst

📋 copy color: '#A367DF'

red 163 ◦ green 103 ◦ blue 223

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

Shades of Amethyst #A367DF

Tints of Amethyst #A367DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.06%

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

R = 33.33%
G = 21.06%
B = 45.6%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A367DF (or 0xA367DF) is known color: Amethyst. HEX triplet: A3, 67 and DF. RGB value is (163,103,223). Sum of RGB (Red+Green+Blue) = 163+103+223=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A367DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DF is #5C9820. Grayscale: #868686. Windows color (decimal): -6068257 or 14641059. OLE color: 14641059.

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

Color convert

RGB 163 103 223 -
CMYK 0.27 0.54 0 0.13
HSL 270º 0.65% 0.64% -
HSV(B) 270º 0.54% 0.87% -
XYZ 33.27 22.81 72.46 -
YUV 134.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 163 103 223 0.27 0.54 0 0.13 270 0.65 0.64
Hex A3 67 DF 1B 36 0 D 10E 41 40
Octal 243 147 337 33 66 0 15 416 101 100
Binary 10100011 1100111 11011111 11011 110110 0 1101 100001110 1000001 1000000

Color Harmonies of #A367DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367DF

Black with #A367DF

Text Example


Text Example

White with #A367DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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