Html Css Color HEX #A353DF Amethyst

📋 copy color: '#A353DF'

red 163 ◦ green 83 ◦ blue 223

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

Shades of Amethyst #A353DF

Tints of Amethyst #A353DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 34.75%
G = 17.7%
B = 47.55%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A353DF (or 0xA353DF) is known color: Amethyst. HEX triplet: A3, 53 and DF. RGB value is (163,83,223). Sum of RGB (Red+Green+Blue) = 163+83+223=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A353DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DF is #5CAC20. Grayscale: #7A7A7A. Windows color (decimal): -6073377 or 14635939. OLE color: 14635939.

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

Color convert

RGB 163 83 223 -
CMYK 0.27 0.63 0 0.13
HSL 274.29º 0.69% 0.6% -
HSV(B) 274.29º 0.63% 0.87% -
XYZ 31.52 19.3 71.88 -
YUV 122.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 163 83 223 0.27 0.63 0 0.13 274.29 0.69 0.6
Hex A3 53 DF 1B 3F 0 D 112 45 3C
Octal 243 123 337 33 77 0 15 422 105 74
Binary 10100011 1010011 11011111 11011 111111 0 1101 100010010 1000101 111100

Color Harmonies of #A353DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353DF

Black with #A353DF

Text Example


Text Example

White with #A353DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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